Webhooks
Retrieve a webhook
One webhook by ID, without its secret.
GET
/v1/webhooks/{id}API keyThe secret is never returned here. If you lost it, rotate it to get a new one.
Path parameters
The webhook ID, for example wh_01K6B3C8R2M5T7V9X1Z3B5D7F9.
Response
idstring
The webhook ID.
projectIdstring
The project the webhook belongs to.
urlstring
The endpoint URL.
eventsstring[]
The subscribed event types. "*" means all.
enabledboolean
Whether the webhook receives events.
createdAtstring
ISO 8601 timestamp.
updatedAtstring
ISO 8601 timestamp.
Errors
| Status | Code | When |
|---|---|---|
| 404 | webhook_not_found | No webhook with this ID in the project. |