GET /v1/locations
curl \
-X GET https://api.auditzy.com/v1/locations
Response examples (200)
{
"data": [
{
"id": "in",
"name": "Mumbai, India"
},
{
"id": "uk",
"name": "London, United Kingdom"
},
"{...}",
"{...}"
],
"status": "SUCCESS"
}