Country

List of all countries. The list is filterable on the following properties: 'region', 'subRegion', 'code'

Endpoints

For information only. Full, normative endpoint definitions in the Swagger documentation.

EndpointDescriptionRole
GET /countriesList all countriesuser

Example Country datatype

{
    "id": "US",
    "code": "US",
    "name": "United States of America",
    "phonePrefix": "1",
    "region": "Americas",
    "subRegion": "Northern America"
}