Toshl Developer

List supported countries

Get all supported countries.

GET /bank/countries

Required scope:

Request

$ curl https://api.toshl.com/bank/countries \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

HTTP/1.1 200 OK
Content-Type: application/json

[
  {
    "code": "US",
    "name": "United States",
    "special": false
  }
]