CorebanqCorebanq Developer Docs
Accountsv1

List accounts

GET/v1/accounts

Response Body

application/json

curl -X GET "https://example.com/v1/accounts"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "active": true,
    "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
    "customer": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "counterparty_id": "fd38dae9-b300-4017-a630-101c4279eafd"
    },
    "currency": "string",
    "balance": 0,
    "iban": "string",
    "country_code": "string",
    "country": "string",
    "country_id": "b42f7153-60f9-4aff-a5b5-21576be4161e",
    "check_digits": "string",
    "bban": "string",
    "bank": "string",
    "bic": "string",
    "description": "string",
    "metadata": {},
    "status": "active"
  }
]