Create Callback

POST https://{{et_subdomain}}.rest.marketingcloudapis.com/platform/v1/ens-callbacks

https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/createCallback.htm

Registers a new callback to receive event notifications. Verify your callback before you can use it in a subscription.

Request Body

{"0"=>{"callbackName"=>"postman-demo", "url"=>"https://webhook.site/6f2e0568-0ab4-4648-8ba9-6aaca5cf7b25", "maxBatchSize"=>1000}}

RESPONSES

status: Created

[{"callbackName":"postman-demo","callbackId":"0ddf4895-c8f6-4b8b-8b31-32cfd62df35b","url":"https://webhook.site/6f2e0568-0ab4-4648-8ba9-6aaca5cf7b25","signatureKey":"CVDyPr6yIBrEwAddHQqgXmXl83y7JFiB7od5kZXEQ04=","maxBatchSize":1000}]