Skip to main content
POST
/
artists
/
{id}
/
follow
Follow an artist
curl --request POST \
  --url https://open.beatpass.ca/api/v1/artists/{id}/follow \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

Artist followed successfully

Last modified on November 29, 2025