Device Activation
This endpoint performs a one-time activation of a device, providing a device’s identification and authorization credentials. The device credentials obtained from the activation request should be securely stored on the device. The device credentials are required to create access tokens used for authentication.
Response
If activation is successful, returns the newly activated device’s authorization credentials.
Errors
If activation is unsuccessful, returns an Error object. Please refer to the message property for a description of the error.
The following are example error responses for this endpoint.
Connection Timeouts
Example Success Response
201 Created
Example Error Response
401 Unauthorized