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
201
Successful response containing details of webhook subscriptions for business.
application/json
default
An unexpected error 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-*"
}
]
}
}
]
}
}
PreviousUpdate an existing webhook registration by event topicNextDelete a webhook registration for business
Last updated