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}/fingerprint/status \
--header 'Authorization: Bearer <token>'{
"status": "success",
"fingerprint_status": "completed"
}curl --request GET \
--url https://open.beatpass.ca/api/v1/tracks/{id}/fingerprint/status \
--header 'Authorization: Bearer <token>'{
"status": "success",
"fingerprint_status": "completed"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Track ID
1
Was this page helpful?