Webhook APIs
Partial Update Webhook
Updates one or more fields of an existing webhook configuration. Only the fields provided in the request body will be modified. This allows for non-destructive updates to webhook event mappings or headers.
patch/webhooks/{id}
Path parameters
idinteger required
Example:1
Unique numeric ID of the webhook to partially update.
Headers
on-behalf-ofstring
Example:subaccount_id
When a master account API key is used you can search domain for suppressions of the subaccount by providing subaccount username.
Request body
Schema required— unresolved $ref
Response
Webhook partially updated successfully. No content is returned.