List webhook endpoints

List all of the organization's webhook endpoints. Not paginated; the signingsecret is never included.

GEThttps://api.mailfully.com/v1/webhooks

List all of the organization's webhook endpoints. Not paginated; the signing_secret is never included. Requires the manage:webhooks scope, which is a dashboard-session scope and cannot be granted to API keys today: every mf_ API key receives 403. Call this endpoint with a dashboard session token (owner, admin, or member).

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

application/json

The organization's webhook endpoints.

dataarray<object>required
data.object"webhook"required
Allowed values: "webhook"
data.idstringrequired
data.urlstringrequired
data.eventsarray<"email.delivered" | "email.bounced" | "email.complained" | "email.failed" | "email.delivery_delayed" | "email.opened" | "email.clicked" | "email.suppressed">required
data.status"enabled" | "disabled"required
Allowed values: "enabled" | "disabled"
data.created_atstring<date-time>required