FlaresendDocs
Webhooks

List webhooks

Every webhook in the project, oldest first.

GET/v1/webhooksAPI key

Returns all webhooks of the project in one response, ordered by creation time, oldest first. This list is not paginated. Secrets are never included.

Response

dataWebhook[]

The webhooks. The Node.js client returns this array directly.

Show webhook properties
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.