Get regions by country

GET /api-v1/list/regions

Headers

Query parameters

Responses

GET /api-v1/list/regions
curl \
 -X GET http://10.10.10.132/api-v1/list/regions?countryCode2=string \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "code": "string",
    "id": 42,
    "name": "string",
    "taxMode": "ANNUALLY"
  }
]