Skip to main content
GET
Get Webhook
Returns details for a single webhook. The secret is never returned.

Authentication


Path parameters

string
required
Webhook ID (returned when you created the webhook).

Response

string
Webhook ID
string
Endpoint URL
string[]
Subscribed event types
string
Webhook name
string | null
Optional description
boolean
Whether the webhook is active
string | null
Last event sent (ISO UTC)
string | null
Last successful delivery (ISO UTC)
string | null
Last failed delivery (ISO UTC)
number
Consecutive failure count
string
Creation timestamp
string
Last update timestamp

Example

200 Response
Use lastSuccessAt, lastFailureAt, and failureCount to monitor your endpoint’s health. If failureCount is climbing, your endpoint might be down.