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

Path Parameters

webhook-id
string
required

Id of the webhook.

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.