Webhook events
Webhook Event Details
This operation fetches detailed information about a specific webhook event using its unique identifier.
get/public/v1/webhook-events/{id}
Path parameters
idstring uuid required
Webhook event uuid.
Response
Get webhook event by uuid.
Example response
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "My Subscription",
"type": "document_state_changed",
"http_status_code": 200,
"error": "TIMEOUT_ERROR",
"delivery_time": "2022-06-20T15:04:59.424730Z",
"url": "https://example.com",
"signature": "587c22285F57883db3ee",
"request_body": "[{\\\"event\\\":\\\"document_state_changed\\\"}]",
"response_body": "<!doctype html>\\n<html>\\n</html>",
"response_headers": "[cache-control:\\\"max-age=604800\\\"]",
"event_time": "2022-06-20T15:04:58.424730Z"
}