Devices
Activation Token
Create a new device activation token.
POST
Python
This API version has reached end of life. See supported versions.
| Scope | Required |
|---|---|
devices:provision | Yes |
Authorizations
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
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

