cURL
curl --request POST \ --url https://app.d-sports.org/api/webhooks/leagues-sync \ --header 'x-webhook-secret: <api-key>'
Triggered by GitHub Actions on push to the leagues repo. Runs a full leagues synchronization.
LEAGUES_WEBHOOK_SECRET for /api/webhooks/leagues-sync.
{ success, data }
Was this page helpful?