Get a specific country

GET /country/{code}

List the properties of a specific country

Path parameters

  • code string Required

    The code of the country to retrieve

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
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"
}