cURL
curl --request POST \ --url https://app.d-sports.org/api/webhooks/leagues-sync \ --header 'x-webhook-secret: <x-webhook-secret>'
Triggered by CI on push to the leagues repo. Validates x-webhook-secret header against LEAGUES_WEBHOOK_SECRET.
Shared webhook secret
{ success, data }
Was this page helpful?