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.
| Endpoint | Description | Role |
|---|---|---|
| GET /countries | List all countries | user |
Example Country datatype
{
"id": "US",
"code": "US",
"name": "United States of America",
"phonePrefix": "1",
"region": "Americas",
"subRegion": "Northern America"
}