Skip to main content

Region List API

This method is used to get the list of regions for a specific country.

Endpoint​

GET https://mg.mescogo.com/gw/common/common/region-list?countryCode=TR
PropertyValue
URIBaseURL/common/common/region-list?countryCode={countryCode}
MethodGET
Content-Typeapplication/json

Authorization​

Basic Auth is required. Use the API credentials provided by MescoMg.

Query Parameters​

ParameterTypeDescription
countryCodestringCountry code to list regions

Example Response​

{
"Status": {
"Code": 200,
"Description": "Success"
},
"RegionList": [
{
"Code": "1",
"Name": "Istanbul"
}
]
}