Devices
Activation Token
Create a new device activation token.
POST
Python
| Scope | Required |
|---|---|
devices:provision | Yes |
Authorizations
The API key to use for authentication.
Headers
The API version the client was built against.
Example:
"2026-03-09.tetons"
Path Parameters
The unique identifier of the device.
Example:
"dvc_123"
Body
application/json
Whether this token can reactivate already activated devices. If false, the token is unable to activate devices which are already activated.
Example:
false
Last modified on May 27, 2026
Python

