Skip to main content
POST
/
webhooks
/
attempts
/
{attempt}
/
retry
Retry a Webhook Delivery
curl --request POST \
  --url https://api.mintfax.com/v1/webhooks/attempts/{attempt}/retry \
  --header 'Authorization: Bearer <token>'
{
  "error": "api_key_invalid",
  "message": "The provided API key is not recognised.",
  "action": "check_credentials",
  "docs": "https://mintfax.com/docs/errors/api-key-invalid"
}

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

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

attempt
string
required

The attempt public id

Response

Last modified on May 21, 2026