v1.0.0
OpenAPI 3.1.0
Get a reporting webhook
Client Libraries
US region
Returns information about a specific reporting webhook.
The identifier of a webhook.
The webhook ID does not exist.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/reporting_webhooks/1 \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"name": "my cool webhook",
"id": 4,
"type": "webhook",
"endpoint": "https://example.com/webhook",
"disabled": false,
"full_resolution": true,
"with_content": false,
"events": [
"email_failed",
"webhook_failed"
]
}Returns an individual webhook configuration.