GET
/country/list
curl \
--request GET https://YOURSITE.infoodle.com/apiv2/country/list \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"cide": "NZ",
"name": "New Zealand"
}
]