Skip to main content
POST
/
api
/
user
/
follow
Follow user
curl --request POST \
  --url https://app.d-sports.org/api/user/follow \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetUserId": "<string>"
}
'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Body

application/json
targetUserId
string
required

Response

200

{ success, follow, counts }