v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

List All Accounts

This API lists all the accounts.

get/v1/accounts

Response

200

Example response

{
  "data": [
    {
      "object": "Account",
      "id": "902VZxG2699Nn4R7",
      "mid": "0567051053675152",
      "status": "active",
      "account_type": "ISO",
      "account_name": "Eric's Energy Drinks",
      "dba_name": "Eric's Energy Drinks",
      "default_descriptor": "Eric's Energy Drinks",
      "city": "Greenwich",
      "state": "CT",
      "zip": "06830",
      "address_optional": 1,
      "created_at": 1723751053,
      "updated_at": 1723751053,
      "device_id": "88700000297203"
    }
  ],
  "meta": {
    "include": [
      "bankaccounts"
    ]
  }
}