Skip to main content
Every webhook request is a POST with Content-Type: application/json. All events share the same top-level wrapper — an event object and a data object.

Top-level fields

object
Metadata about the event.
object
The payload for this event. The fields inside data vary by event type — see Event Types for the full breakdown of each.

Example payloads