Skip to main content
POST
/
licenses
/
{uuid}
/
revoke
Revoke a license certificate
curl --request POST \
  --url https://open.beatpass.ca/api/v1/licenses/{uuid}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

API access is invite-only. Contact contact@beatpass.ca to request access. Once approved, generate tokens from Account Settings → Developers. Include as: Authorization: Bearer {token}. Tokens expire after 90 days.

Path Parameters

uuid
string
required

License UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

License revoked successfully

status
string
Example:

"success"

Last modified on March 20, 2026