Devices
Activation Token
Create a new device activation token.
post/devices/{device_id}/activation_token
Path parameters
device_idstring required
Example:dvc_123
The unique identifier of the device.
Request body
Response
Successfully created the device activation token.
Example response
{
"token": "eyJhbGciOiJ...",
"expires_at": "2025-01-01T00:00:00Z"
}