Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request GET \
--url https://open.beatpass.ca/api/v1/verify-license/{uuid} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"valid": true,
"license_details": {}
}curl --request GET \
--url https://open.beatpass.ca/api/v1/verify-license/{uuid} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"valid": true,
"license_details": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
License UUID
"550e8400-e29b-41d4-a716-446655440000"
Was this page helpful?