GET
/api-v1/list/countries
curl \
--request GET 'https://wyzio.app/api-v1/list/countries' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
[
{
"code2": "string",
"code3": "string",
"id": 42,
"name": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
}
}
]