cURL
curl https://api.mintfax.com/v1/account/webhooks \ -H "Authorization: Bearer fx_test_abc123..."
{ "data": [ { "id": "e1f2a3b4-c5d6-7890-abcd-ef0123456789", "url": "https://acme.com/webhooks/mintfax", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "events": [ "fax.delivered", "fax.failed" ], "description": "Production notifications" } ] }
Returns all webhook endpoints configured for the current environment.
Documentation IndexFetch the complete documentation index at: https://mintfax.com/docs/llms.txtUse this file to discover all available pages before exploring further.
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.
fx_test_...
fx_live_...
Webhook endpoint list
Show child attributes