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

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

id
string
required

Response

200

{ success, data }