Returns the same list as /countries, plus two additional entries -- Unknown (code2 'XU') and Stateless (code2 'XS') -- for use in the Contact's Nationality field only.
GET
/api-v1/list/nationalities
curl \
--request GET 'https://wyzio.app/api-v1/list/nationalities'
Response examples (200)
[
{
"id": 42,
"name": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"code2": "string",
"code3": "string"
}
]