Webhooks API
Update Webhook
Updates a webhook.
PATCH
/
public
/
v1
/
webhooks
/
webhooks
/
{webhook-id}
Path Parameters
webhook-id
string
requiredId of the webhook.
Body
application/json
channel
enum<string>
The channel that triggers this webhook.
Available options:
campaign:create
, campaign:update
, campaign:delete
secret
string
Webhook secret to be used in signature generation.
url
string
The URL to send the webhook event to.
Response
200 - application/json
channel
enum<string>
requiredThe channel that triggers this webhook.
Available options:
campaign:create
, campaign:update
, campaign:delete
id
string
requiredId of the webhook.
marketplaceId
string
requiredThe marketplace ID.
secret
string
requiredWebhook secret to be used in signature generation.
url
string
requiredThe URL to send the webhook event to.