Webhook APIs
Update Webhook
Replaces an existing webhook configuration with a new set of event subscriptions and optional custom headers. All existing settings are overwritten. Use this to fully reset the configuration.
put/webhooks/{id}
Path parameters
idinteger required
Example:1
Unique numeric ID of the webhook to update.
Headers
on-behalf-ofstring
When a master account API key is used, this header lets you retrieve webhook details for a subaccount by providing the subaccount's username.
Request body
Schema required— unresolved $ref
Response
Webhook updated successfully. No content is returned.