Retrieve a webhook
Webhooks
Retrieve a webhook
Fetch a single webhook by id.
GET
Retrieve a webhook
Fetches one webhook. The signing
secret is never returned by reads; it appears only in the Create response.
Returns the webhook object.
Path parameters
The webhook’s
id (UUID).The webhook object
Unique identifier (UUID).
Target URL for deliveries.
Event types delivered to this webhook;
["*"] means the session.status_updated firehose.Optional label.
When
true, the webhook stays registered but receives no deliveries. Set manually via Update, or automatically after repeated delivery failures.Result of the most recent delivery attempt:
succeeded or failed. null before the first attempt.What went wrong on the most recent delivery attempt, e.g.
HTTP 503 or a connection error. null when it succeeded.When the most recent delivery attempt happened (UTC).
null before the first attempt.When a delivery last succeeded (UTC).
null if none has.Failed delivery attempts since the last success. Resets to
0 on a successful delivery or a manual re-enable; the webhook is disabled automatically when it grows too large. See Delivery semantics.Creation time (UTC).
Last modification time (UTC).
Examples
Response