CorebanqCorebanq Developer Docs
Countriesv1

List countries

GET/v1/countries

Response Body

application/json

curl -X GET "https://example.com/v1/countries"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "iso_alpha_2": "string",
    "iso_alpha_3": "string",
    "iso_numeric": "string",
    "iban_length": 0,
    "currency_code": "string",
    "active": true,
    "metadata": {},
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]