v31

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215985245.8 KB
financial_accounts

List financial accounts

Returns a list of financial accounts.

get/v1/financial_accounts

Response

The response for FinancialAccounts.list

Example response

{
  "results": [
    {
      "id": "account_01jpjenf5q6cawy43yxfcrxhct",
      "account_type": "disbursements",
      "bank_provider": "mock_alpha",
      "created_at": "2020-01-31T23:00:00Z",
      "updated_at": "2020-01-31T23:00:00Z"
    }
  ]
}