
webhooks
Webhooks, WebSockets or polling: pick the right one
Polling 20 matches costs 43,200 requests on a Saturday. A socket costs one connection. Here is which transport fits which job, with the request math.
GOAL API
2 min read
Topic
2 articles on this topic.

Polling 20 matches costs 43,200 requests on a Saturday. A socket costs one connection. Here is which transport fits which job, with the request math.
GOAL API

Open one connection and receive goals as they happen. Token auth, match subscriptions, and the reconnect logic most teams forget until production breaks.
GOAL API