Skip to main content
POST
/
beat-requests
/
{id}
/
fulfill
Submit a track to a beat request
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
}
'

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
string
required

Beat request ID

Body

application/json
track_id
integer
required

ID of the track to submit

Response

Track submitted successfully

Last modified on February 21, 2026