Last updated 3 years ago
API to get a webhook registrations for business
curl -L \ --url '/v1/businesses/{businessId}/webhooks' \ --header 'X-API-Key: YOUR_API_KEY'
{ "entity": { "businessId": "text", "webhooks": [ { "topic": "topic_unspecified", "address": "text", "id": "text", "configuration": { "echo": true, "channelTypes": [ "sms" ], "webengageConfiguration": { "webengageToken": "text", "webengageWebhookUrl": "text" }, "filters": [ { "field": "campaign_name", "expression": "test-campaign-*" } ] } } ] } }