Get Webhook
Webhooks
Get Webhook
GET
Get Webhook
Returns a single webhook configuration by ID.
Overview
Retrieve detailed information about a specific webhook configuration, including its health status, subscribed events, and configuration details.Authentication
Bearer token with
read:webhooks scopePath Parameters
The webhook configuration ID (UUID v4)
Response
Unique identifier for the webhook
The API key ID this webhook belongs to
The endpoint URL receiving webhook notifications
Human-readable name for the webhook
Description of the webhook’s purpose
Custom headers configured for this webhook. Sensitive header values are masked.
Array of subscribed event type labels
Whether the webhook is currently active
Maximum retry attempts for failed deliveries
Request timeout in milliseconds
Current count of consecutive delivery failures
ISO 8601 timestamp when circuit breaker was triggered (null if closed)
ISO 8601 timestamp when webhook was created
ISO 8601 timestamp when webhook was last updated
Example Request
Example Response
Error Responses
404 - Webhook Not Found
404 - Webhook Not Found
403 - Access Denied
403 - Access Denied
Related
List Webhooks
List all webhook configurations
Update Webhook
Update webhook configuration