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": "miru_pt_123",
  "expires_at": "2025-01-01T00:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.