Skip to main content
GET
/
account
/
fax-settings
cURL
curl https://api.mintfax.com/v1/account/fax-settings \
  -H "Authorization: Bearer fx_test_abc123..."
{
  "retries": 3,
  "webhook_url": null
}

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. Sandbox keys (fx_test_...) route to the sandbox environment. Live keys (fx_live_...) route to production.

Response

200 - application/json

Current fax settings

Default fax submission settings (overridable per fax)

retries
integer

Default retry attempts for failed faxes

Required range: 0 <= x <= 10
Example:

3

webhook_url
string<uri> | null

Default per-fax webhook URL override

Example:

null