v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBWebhook Subscriptions
Get Webhook Subscription
Endpoint to retrieve a specific WebhookSubscription by ID.
get/business/v2/webhooks/subscriptions/{webhookSubscriptionsId}
Path parameters
webhookSubscriptionsIdstring required
The WebhookSubscription ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The returned resource is a single WebhookSubscription.
Example response
{
"webhook_url": "https://your_domain.com/xx/xx",
"description": "Report updates",
"active": true,
"creation_date": "2017-06-01T12:48:40Z",
"last_update": "2017-06-01T12:48:40Z"
}