Retrieve a webhook endpoint

Retrieve one webhook endpoint by id (no signingsecret).

GEThttps://api.mailfully.com/v1/webhooks/{id}

Retrieve one webhook endpoint by id (no signing_secret). 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.

Path Parameters

idstringrequired

The webhook endpoint id (`whk_…`).

Response

application/json

The webhook endpoint.

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