Webhooks

Get Webhook

Retrieve a specific webhook by ID

get/webhooks/{id}

Path parameters

idstring uuid required

Response

Webhook retrieved successfully

idstring uuid required

Unique identifier for the webhook

urlstring uri required

Webhook URL

descriptionstring nullable

Webhook description

eventsstring[] required

Events that trigger this webhook

enabledboolean required

Whether the webhook is enabled

consecutive_failuresinteger

Number of consecutive delivery failures

auto_disabled_atstring date-time nullable

Timestamp when the webhook was auto-disabled due to failures

created_atstring date-time required

Webhook creation timestamp

updated_atstring date-time

Webhook last update timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.