Reference
List tax regimes
get/regimes
Response
List of regime summaries
Example response
{
"regimes": [
{
"country": "ES",
"name": {
"en": "English text",
"es": "Texto en español"
},
"description": {
"en": "English text",
"es": "Texto en español"
},
"currency": "EUR"
}
]
}