Retrieve a Webhook Attempt
Documentation Index
Fetch the complete documentation index at: https://mintfax.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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
The attempt public id
Response
WebhookAttemptResource
Webhook attempt identifier (wha_-prefixed ULID).
"wha_01J9XYZQ8KH7B3R0WXAZP8VW6F"
Event identifier this attempt delivered (evt_-prefixed ULID).
Webhook endpoint identifier that received this attempt.
Attempt number (1-indexed).
HTTP status code returned by the endpoint; null when the request never completed.
UTC timestamp when the attempt succeeded; null if it failed or is in flight.
UTC timestamp when the attempt failed terminally; null if it succeeded or is in flight.
Exception class name when delivery failed transport-level; null otherwise.
Failure description; null when the attempt succeeded.
Identifier of the prior attempt this one retried; null for the initial delivery.