Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request GET \
--url https://open.beatpass.ca/api/v1/tracks/{id}/check-license \
--header 'Authorization: Bearer <token>'{
"status": "success",
"has_license": true,
"license_details": {}
}curl --request GET \
--url https://open.beatpass.ca/api/v1/tracks/{id}/check-license \
--header 'Authorization: Bearer <token>'{
"status": "success",
"has_license": true,
"license_details": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Track ID
1
Was this page helpful?