Countries
Get one
Returns one country from the platform-wide reference list by its numeric id. Responses may be cached for five minutes.
GET
/api/sys/v{version:apiVersion}/countries/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
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