Webhooks API
Create Webhook
Creates a webhook.
POST
/
public
/
v1
/
webhooks
/
webhooks
Body
application/json
channel
enum<string>
requiredThe channel that triggers this webhook.
Available options:
campaign:create
, campaign:update
, campaign:delete
secret
string
Webhook secret to be used in signature generation. If missing, it'll be randomly generated.
url
string
requiredThe URL to send the webhook event to.
Response
201 - 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.