Provisioning Tokens
Create
Create a new provisioning token.
post/provisioning_tokens
Response
Successfully created the provisioning token.
Example response
{
"token": "mirupt_123",
"expires_at": "2025-01-01T00:00:00Z"
}Create a new provisioning token.
Successfully created the provisioning token.
{
"token": "mirupt_123",
"expires_at": "2025-01-01T00:00:00Z"
}