All Store belong to a particular custom location set in the market.
Header Authorization: required.
Header Authentication : not required.
PATH
[POST] /ogwugo/locations/list
The Direct Endpoint is thus: https://ogwugo.net/api/v2/food/ogwugo/locations/list
PARAMETERS:
RESPONSE:
{
"data": [
{
"id": 1,
"name": "ENUGU TOWN (Nigeria)",
"state": 12,
"country": "NG",
"latitude": "",
"longitude": "",
"status": 1,
"created_at": "2018-06-04 14:00:44",
"updated_at": "2018-06-19 11:01:21"
}
],
"status": "success",
"message": "locations listed",
"error": {
"detail": "all locations listed",
"code": "200"
}
}