v6

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-05-12308589.5 KB
Provisioning Tokens

Create

Create a new provisioning token.

post/provisioning_tokens

Response

Successfully created the provisioning token.

tokenstring required

The provisioning token. This value is only returned when the token is created.

expires_atstring date-time required

The expiration date and time of the token.

Example response

{
  "token": "mirupt_123",
  "expires_at": "2025-01-01T00:00:00Z"
}