Skip to main content
PATCH
Update a webhook (url, subscribed events, or active state)

Authorizations

x-api-key
string
header
required

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

Path Parameters

id
string
required

Body

application/json
url
string
Example:

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

events
enum<string>[]
Available options:
order.created,
order.item.created,
order.item.status_changed,
order.cancelled
isActive
boolean

Pause/resume deliveries without deleting the webhook

Response

404

Webhook not found or does not belong to your team