Skip to main content
GET
/
tracks
/
{track}
/
license-certificate
View license certificate for a purchased track
curl --request GET \
  --url https://open.beatpass.ca/api/v1/tracks/{track}/license-certificate \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.beatpass.ca/llms.txt

Use this file to discover all available pages before exploring further.

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

track
integer
required

Track ID

Response

License certificate data

Last modified on May 14, 2026