PATCH
/
public
/
v1
/
webhooks
/
webhooks
/
{webhook-id}

Path Parameters

webhook-id
string
required

Id 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>
required

The channel that triggers this webhook.

Available options:
campaign:create,
campaign:update,
campaign:delete
id
string
required

Id of the webhook.

marketplaceId
string
required

The marketplace ID.

secret
string
required

Webhook secret to be used in signature generation.

url
string
required

The URL to send the webhook event to.