Skip to main content
Webhooks push events to your server so you do not have to poll. Manage endpoints from Settings → API → Webhooks.

Setup

Payload

Headers:

Events

Webhook event types are defined for fans, transactions, orders, events, and campaigns. Subscribe to the ones your integration needs.

Delivery

  • HTTP POST, 15 second timeout
  • Non-2xx responses are retried up to 3 times
  • Recent deliveries appear on the API page when you expand an endpoint
Return 2xx as soon as you have accepted the payload. Do slower work asynchronously.