Submit a preauthorized device.
POST/api/management/v2/devauth/devices
Authorize a device identity with the server backend. On success the device identity is marked as 'preauthorized', and once the device connects and sends it's first authentication request the device automatically become 'accepted' without explicit user intervention.
Request
Responses
- 201
- 400
- 409
- 500
Device submitted.
Response Headers
Location
URL of the newly created device.
Invalid Request.
Device already exists. Response contains conflicting device.
Internal Server Error.