Skip to main content
POST
Generate a license certificate for a track

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
integer
required

Track ID

Example:

1

Body

application/json
license_type
string

Type of license (exclusive, non-exclusive, etc.)

Example:

"exclusive"

usage_terms
string

Terms of usage for the license

Example:

"Commercial use allowed"

Response

License generated successfully

status
string
Example:

"success"

license
object
Last modified on July 21, 2026