Skip to main content
GET
Retrieve an Event

Authorizations

Authorization
string
header
required

API key as Bearer token. Use an account key (mfx_acct_...) for /account/* endpoints, and an environment key (mfx_test_... for sandbox, mfx_live_... for live) for /environment/*, /faxes, /webhooks, and /events.

Path Parameters

event
string
required

The event public id

Response

Return the canonical byte form so the response body matches the exact bytes the Standard Webhooks delivery signs. Customers can re-verify a received webhook against this body byte-for-byte.

The response is of type string.

Last modified on September 19, 2026