Skip to main content
GET
/
tracks
/
{id}
/
download-license-pdf
Download license certificate as PDF
curl --request GET \
  --url https://open.beatpass.ca/api/v1/tracks/{id}/download-license-pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

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

PDF file download

The response is of type file.

Last modified on November 29, 2025