Skip to main content
POST
/
api
/
admin
/
leagues
/
sync
Sync leagues (admin)
curl --request POST \
  --url https://app.d-sports.org/api/admin/leagues/sync \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Response

{ success, data: { created, updated, errors, total } }