Webhooks
Stop polling. Get pushed to instead
Subscribe to the events you care about — goals, final results, odds moves — and receive them pushed to your endpoint instantly.
Included
Event Subscriptions
Subscribe to specific leagues or event types.
Included
Instant Delivery
Payloads sent the moment an event occurs.
Included
Retry Logic
Automatic retries on failed deliveries.
Access
Signed Payloads
Verify authenticity with signed requests.
Example Request
POST your endpoint
Example payload delivered to your webhook URL.
POST https://yourapp.com/webhook
{
"event": "match.finished",
"match_id": 48213,
"final_score": "2-1"
}
{
"event": "match.finished",
"match_id": 48213,
"final_score": "2-1"
}
See Also
Related pages
Explore more of the platform.
Get Started
Start free. Upgrade when you need enterprise SLAs.
Self-serve API keys for developers today — dedicated infrastructure, custom feeds and SLAs when you're ready.