Path parameters
-
The code of the country to retrieve
GET /country/{code}
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/country/4 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"code": "NZ",
"name": "New Zealand"
}