Verify Registration Code
Completes registration by verifying the activation code sent to the provided email. On success, creates the account, user, sandbox environment, and API key in a single transaction.
The API key is only shown once - store it securely.
This endpoint does not require authentication.
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.
Body
Response
RegistrationCompleteResource
Plain-text sandbox API key (only shown once at registration).
"mfx_test_abc123def456..."
Plain-text account-management API key (only shown once at registration).
"mfx_acct_qpr456stv789..."