cURL
curl --request POST \ --url https://app.d-sports.org/api/webhooks/leagues-sync \ --header 'x-webhook-secret: <x-webhook-secret>'
Triggered by GitHub Actions on push to the leagues repo. Validates the x-webhook-secret header and runs a full league sync.
Shared secret for webhook authentication.
{ success, data: { created, updated, errors, total } }
Was this page helpful?