Skip to main content
GET
Get webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required

Query Parameters

embed
string | null

Relation embedding. Available values: deliveries, event_subscriptions. Use a comma-separated list to request multiple embeds.

Response

The requested webhook.

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
url
string | null
secret_fingerprint
string | null
disabled_at
string<date-time> | null
last_triggered_at
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
event_subscriptions
FullValidator · object[] | null
deliveries
FullValidator · object[] | null