Skip to main content
GET
/
api
/
user
/
follow
Check follow status
curl --request GET \
  --url https://app.d-sports.org/api/user/follow \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Query Parameters

targetUserId
string
required

Response

200

{ isFollowing }