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 all types.Optional label.
When
true, the webhook stays registered but receives no deliveries.Creation time (UTC).
Last modification time (UTC).
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | Webhook not found or you don’t have access. |