Skip to main content
POST
/
users
/
{id}
/
follow
Follow a user
curl --request POST \
  --url https://open.beatpass.ca/api/v1/users/{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

User ID to follow

Example:

1

Response

User followed successfully

status
string
Example:

"success"

Last modified on November 29, 2025