Get Webhook
Retrieve details for a specific webhook endpoint.
GET/v1/webhooks/{webhook_id}
Path parameters
webhook_idUUIDrequiredThe webhook ID.
Response
Returns 200 OK with the webhook object. The secret field is not included -- it is only returned on creation.
idstringWebhook ID (UUID).
urlstringThe registered endpoint URL.
eventsstring[]Subscribed event types.
is_activebooleanWhether the webhook is active.
failure_countnumberNumber of consecutive delivery failures.
created_atstringISO 8601 timestamp.