Skip to main content
GET
List tracks for specified tag

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

name
string
required

Name of the tag

Query Parameters

perPage
integer
default:20

How many tracks to return per page

page
integer
default:1

Which page to return

Response

Response body contains a paginated list of tracks for specified tag in JSON format.

status
string
Example:

"success"

pagination
object
Last modified on July 21, 2026