Countries
List
Returns the full platform-wide country reference list, used for things like billing addresses, unpaged and identical for every workspace. Responses may be cached for five minutes.
GET
/api/sys/v{version:apiVersion}/countries
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_country
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| code2 | String | Code2 | |
| code3 | String | Code3 | |
| timezone | String | Timezone | |
| dialcode | Int32 | Dialcode | |
| is_eu_country | Boolean | Is eu country | |
| currency_codes | String[] | Currency codes |
Generated Aug 4, 2026 18:37