---
title: "Webhook Event Details"
method: GET
path: "/public/v1/webhook-events/{id}"
tags: ["Webhook events"]
---

# Webhook Event Details

`GET /public/v1/webhook-events/{id}`

This operation fetches detailed information about a specific webhook event using its unique identifier.

## Path parameters

- `id` string, uuid, required

## Response `200`

Get webhook event by uuid.

- WebhookEventDetailsResponse
  - `uuid` string, uuid, nullable — Unique webhook subscription event identifier
  - `name` string — Webhook subscription name
  - `type` 'recipient_completed' | 'document_updated' | 'document_deleted' | 'document_state_changed' | 'document_creation_failed' | 'document_completed_pdf_ready' | 'document_section_added' | 'quote_updated' | 'template_created' | 'template_updated' | 'template_deleted' | 'content_library_item_created' | 'content_library_item_creation_failed'
  - `http_status_code` integer, nullable — Webhook subscription event response http status code
  - `error` 'INTERNAL_ERROR' | 'NOT_VALID_URL' | 'CONNECT_ERROR' | 'TIMEOUT_ERROR', nullable
  - `delivery_time` string, date-time — Webhook subscription event delivery time
  - `url` string — Webhook subscription event destination url
  - `signature` string — Webhook subscription event digital signature
  - `request_body` string — Webhook subscription event request body
  - `response_body` string, nullable — Webhook subscription response body
  - `response_headers` string, nullable — Webhook subscription response headers
  - `event_time` string, date-time — Webhook subscription event trigger time

## Other responses

- `401` — Authentication error
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/revisions/0c2b70be3fb0/schema)
