Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request GET \
--url https://open.beatpass.ca/api/v1/artists/{id}/follow-status \
--header 'Authorization: Bearer <token>'{
"following": true
}curl --request GET \
--url https://open.beatpass.ca/api/v1/artists/{id}/follow-status \
--header 'Authorization: Bearer <token>'{
"following": true
}Was this page helpful?