Reporting Webhooks
Get a reporting webhook
Returns information about a specific reporting webhook.
get/v1/reporting_webhooks/{webhook_id}
Response
Returns an individual webhook configuration.
Example response
{
"name": "my cool webhook",
"id": 4,
"type": "webhook",
"endpoint": "https://example.com/webhook",
"full_resolution": true,
"events": [
"email_failed",
"webhook_failed"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.