Skip to main content
GET
/
artists
/
{id}
/
follow-status
Check if current user follows an artist
curl --request GET \
  --url https://open.beatpass.ca/api/v1/artists/{id}/follow-status \
  --header 'Authorization: Bearer <token>'
{
  "following": true
}

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

Follow status

following
boolean
Last modified on November 29, 2025