Webhooks API
Get Webhook
Returns the webhook.
GET
/
public
/
v1
/
webhooks
/
webhooks
/
{webhook-id}
Path Parameters
webhook-id
string
requiredId of the webhook.
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.