Get Account
Account
Get Account
Returns account details. Requires an account-scoped key (mfx_acct_...).
GET
Get Account
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.
Response
AccountResource
Account identifier (acct_-prefixed).
Example:
"acct_4HGhJ7K2pNm9XqL3VtR8Wz"
Account display name.
Example:
"Acme Corp"
Primary account email.
Example:
"dev@acme.com"
UTC timestamp when the account was created.
UTC timestamp when the account was activated; null if not yet activated.
Last modified on May 21, 2026