List countries

Overview

Get a list of all countries.

A successful response contains an Object Array with country data objects. Each country object has the following properties:

  • id (String): Country ID
  • name (String): Country name
  • code (String): ISO country code
  • flagSvgUrl (String): URL to the flag image in the Inspire cloud storage
  • dialCode (String): Telephone country code
  • idDefault (Boolean): If True, this is the default country for the tenant.
Language
Click Try It! to start a request and see the response here!