Get Countries
GET /public/v1/configuration/countries
Query Parameters
| Key | Type | Required | Rule | Description |
|---|---|---|---|---|
| enabled_only | boolean | Optional | whether show only enabled countries |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| countries | array | countries |
| countries[].code | string | the code of country |
| countries[].code_iso3 | string | the iso3 code of country |
| countries[].calling_code | string | the calling code of country |
| countries[].name | map | the name of country |
| countries[].nationality | map | the nationality of country |
Error
| Code | Type | Description |
|---|