Existing Region

GET {{location_url}}/regions/:id

Retrieve a single region

You can retrieve a region object within your market by sending this GET request.

RESPONSES

status: OK

{"data":[{"id":"2","resourceType":"region","name":"British Columbia","countryId":"1"}],"errors":[]}