List Countries

GET /country/list

List all the countries available in the system

Responses

  • 200

    OK

    Hide response attributes Show response attributes array[object]
GET /country/list
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/country/list \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "cide": "NZ",
    "name": "New Zealand"
  }
]