Skip to main content
GET
/
verify-license
/
{uuid}
Verify a license certificate by UUID
curl --request GET \
  --url https://open.beatpass.ca/api/v1/verify-license/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "valid": true,
  "license_details": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

License UUID

Example:

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

Response

License verification result

status
string
Example:

"success"

valid
boolean
Example:

true

license_details
object
Last modified on November 29, 2025