Skip to main content
POST
/
playlists
/
{id}
/
follow
Follow specified playlist with current user
curl --request POST \
  --url https://open.beatpass.ca/api/v1/playlists/{id}/follow \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

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 playlist to follow

Example:

1

Response

Playlist has been followed

status
string
Example:

"success"

Last modified on March 20, 2026