Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request POST \
--url https://open.beatpass.ca/api/v1/beat-requests/{id}/fulfill \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"track_id": 123
}
'curl --request POST \
--url https://open.beatpass.ca/api/v1/beat-requests/{id}/fulfill \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"track_id": 123
}
'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.
Beat request ID
ID of the track to submit
Track submitted successfully
Was this page helpful?