Skip to main content
GET
/
tracks
/
{id}
/
purchase
/
status
Check purchase status for a track
curl --request GET \
  --url https://open.beatpass.ca/api/v1/tracks/{id}/purchase/status \
  --header 'Authorization: Bearer <token>'
{
  "purchased": true,
  "purchase": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Track ID

Example:

1

Response

Purchase status

purchased
boolean
purchase
object
Last modified on November 29, 2025