Creates a new webhook endpoint. Returns the endpoint and its signing secret. The signing secret is only shown once - store it securely.
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.
API key as Bearer token. Sandbox keys (fx_test_...) route to the sandbox
environment. Live keys (fx_live_...) route to production.
URL to receive webhook events
2048"https://acme.com/webhooks/mintfax"
Event types to subscribe to. Null subscribes to all events.
fax.queued, fax.sending, fax.delivered, fax.failed, fax.retry_scheduled, balance.low, balance.topup ["fax.delivered", "fax.failed"]Optional label for this endpoint
255"Production notifications"