FlaresendDocs
Webhooks

Retrieve a webhook

One webhook by ID, without its secret.

GET/v1/webhooks/{id}API key

The secret is never returned here. If you lost it, rotate it to get a new one.

Path parameters

idstringpathrequired

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

StatusCodeWhen
404webhook_not_foundNo webhook with this ID in the project.