Skip to content

Webhooks & Strategic Nice-to-Haves — Rounds & Mobile App Partners

Strongly recommended.

Notify us when a user disconnects their account so we can clean up authorization state promptly. We actively rely on this in production integrations.

Notify us when a user changes data-sharing permissions so we can adjust our sync behavior.

Push data hole-by-hole as the round progresses, not just on completion. Our webhook infrastructure can accept incremental payloads and update the round in place. Useful for live dashboards but not required.

Per-round pin GPS coordinates are exceptionally valuable. They power our distance-to-pin calculations for strokes-gained accuracy. Even approximate pin positions (e.g., front/middle/back of green) are useful.

A batch export endpoint that returns all rounds in a date range, enabling fast onboarding without iterating through paginated lists one page at a time.