Skip to main content
POST
/
collections
Create a new collection
curl --request POST \
  --url https://open.beatpass.ca/api/v1/collections \
  --header 'Authorization: Bearer <token>'
{
  "status": "error",
  "message": "Reason for the error",
  "errors": {
    "some_data_1": "Error message for data 1",
    "some_data_2": "Error message for data 2"
  }
}

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.

Response

Collection created

Last modified on February 21, 2026