Skip to main content
POST
/
tracks
/
plays
/
{track}
/
log
Log a track play
curl --request POST \
  --url https://open.beatpass.ca/api/v1/tracks/plays/{track}/log \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

track
integer
required

Track ID

Example:

1

Response

Play logged successfully

status
string
Example:

"success"

Last modified on November 29, 2025