© 2026 Clarivate
GET /api/.../countries
Return a list of all countries in the system.
None
[
{
"CountryID": 1,
"Name": "sample string 2",
"PostalCodeFormat": "sample string 3",
"PostalCodeLength": 4,
"MinZipCodeLength": 5
},
{
"CountryID": 1,
"Name": "sample string 2",
"PostalCodeFormat": "sample string 3",
"PostalCodeLength": 4,
"MinZipCodeLength": 5
},
{
"CountryID": 1,
"Name": "sample string 2",
"PostalCodeFormat": "sample string 3",
"PostalCodeLength": 4,
"MinZipCodeLength": 5
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |