Get Environment
Returns details for the environment the caller’s key is scoped to.
Requires an environment key (mfx_test_... or mfx_live_...).
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
EnvironmentResource
Environment identifier (env_-prefixed).
"env_2BcD3eF4gH5iJ6kL7mN8oP"
Human-readable environment name.
Environment type.
sandbox, live "sandbox"
Environment status. Currently always 'active'. Future environment-level suspension would introduce additional values; activation is reported via the account, not here.
active "active"