Path parameters
-
Location id
Maximum length is
50
.
GET /v1/locations/{id}
curl \
-X GET https://api.auditzy.com/v1/locations/{id}
Response examples (200)
{
"data": {
"id": "in",
"name": "Mumbai, India"
},
"status": "SUCCESS"
}
Response examples (404)
{
"status": "FAILURE",
"message": "Resource Not Found"
}