Skip to main content
GET
Paginate artist tracks

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

ID of the artist

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 artist tracks in JSON format.

status
string
Example:

"success"

pagination
object
Last modified on July 21, 2026