Skip to main content
GET
/
environment
/
transactions
Get Environment Transactions
curl --request GET \
  --url https://api.mintfax.com/v1/environment/transactions \
  --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "amount": 123, "balance_after": 123, "reference": { "type": "<string>", "id": "<string>" }, "description": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }

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

Authorization
string
header
required

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

Array of TransactionResource

data
TransactionResource · object[]
required
Last modified on May 21, 2026