GET api/countries Authentication required

Use this method to get all the countries available using the api

Request

No URI or Body Parameter required

Response

Returns all the countries available

Output : array of objects (See Model)

Ouput Sample

  • application/json, text/json :
  • [ { "isoCode": "FR", "name": "France" }, { "isoCode": "FR", "name": "France" } ]