Core API
List Provisioning Tokens
Returns all provisioning tokens for your organization
GET
Returns all provisioning tokens for the current organization, sorted by creation date (newest first).
The raw token value is never returned after creation. Only metadata about each token is included.
Response
Returns an array of token objects.Unique identifier for the token
The descriptive name of the token
Whether the token auto-revokes after first use
Number of devices provisioned with this token
ISO 8601 timestamp of creation
ISO 8601 timestamp when the token expires (null if never)
ISO 8601 timestamp of last successful provisioning (null if never used)
ISO 8601 timestamp when token was revoked (null if active)