Existing City
GET {{location_url}}/cities/:id
Retrieve a single city
You can retrieve a city object within your market by sending this GET
request.
RESPONSES
status: OK
{"data":[{"id":"531","resourceType":"city","name":"Vancouver","regionId":"2"}],"errors":[]}