Get webhook registrations for business

get

API to get a webhook registrations for business

Authorizations
Path parameters
businessIdstringRequired
Responses
200
A successful response.
application/json
get
GET /v1/businesses/{businessId}/webhooks HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "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-*"
            }
          ]
        }
      }
    ]
  }
}

Last updated