Get List of Countries
Endpoint Information
Request Parameters
Parameter
Type
Required
Description
Response Structure
{
"code": 200,
"msg": "SUCCESS",
"data": [{
"country": "Mexico", // Name of the country
"abbr": "MX" // ISO 3166-1 code of the country
}]
}
