Skip to main content
POST
Register a webhook

Authorizations

x-api-key
string
header
required

Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.

Body

application/json
url
string
required

HTTPS endpoint that will receive signed order-event deliveries

Example:

"https://provider-system.example.com/offergrid-callback"

events
enum<string>[]
required

Event types this webhook subscribes to

Available options:
order.created,
order.item.created,
order.item.status_changed,
order.cancelled
Example:

Response

201 - undefined