List webhook endpoints
List all of the organization's webhook endpoints. Not paginated; the signingsecret is never included.
GET
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>requireddata.object"webhook"requiredAllowed values:
"webhook"data.idstringrequireddata.urlstringrequireddata.eventsarray<"email.delivered" | "email.bounced" | "email.complained" | "email.failed" | "email.delivery_delayed" | "email.opened" | "email.clicked" | "email.suppressed">requireddata.status"enabled" | "disabled"requiredAllowed values:
"enabled" | "disabled"data.created_atstring<date-time>required