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

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

Path Parameters

ID
integer
required

ID of playlist to follow

Example:

1

Response

Playlist has been followed

status
string
Example:

"success"

Last modified on November 29, 2025