cURL
curl --request POST \ --url https://app.d-sports.org/api/webhooks/leagues-sync \ --header 'x-webhook-secret: <api-key>'
Triggers a league data synchronization via webhook. Authenticated via x-webhook-secret header matching LEAGUES_WEBHOOK_SECRET.
LEAGUES_WEBHOOK_SECRET for /api/webhooks/leagues-sync.
{ success, data: }
Was this page helpful?