curl --location --request GET 'https://test-api.bringthisfood.com/v1/slug/store/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": {
"store": {
"id": "string",
"slug": "string",
"name": "string",
"telephone": "+2349012345678",
"category": "food",
"picture": {
"mimeType": "string",
"url": "string"
},
"locations": [
{
"city": "Ile - Ife (Off Campus)",
"street": "Parakin",
"description": "Beside AP filling station, KM 4, Ede Road",
"coordinates": {
"latitude": 0,
"longitude": 0
}
}
],
"review": {
"totalRaters": 0,
"rating": 0
},
"delivery": {
"price": {
"min": {
"currency": "ngn",
"amount": 0
}
},
"time": {
"min": 0,
"max": 0
}
},
"items": {
"averagePrice": {
"currency": "ngn",
"amount": 0
}
},
"active": true,
"open": true,
"orders": {
"unassigned": {
"total": 0
}
},
"web": {
"link": "string"
},
"viewer": {
"reacted": true,
"reaction": "love",
"permissions": [
"order-management"
],
"hasBlocked": true
},
"menu": {
"pack": {
"price": {
"currency": "ngn",
"amount": 0
}
}
},
"availability": {
"weekly": {
"sun": {
"start": "17:00:00",
"end": "17:00:00"
},
"mon": {
"start": "17:00:00",
"end": "17:00:00"
},
"tue": {
"start": "17:00:00",
"end": "17:00:00"
},
"wed": {
"start": "17:00:00",
"end": "17:00:00"
},
"thur": {
"start": "17:00:00",
"end": "17:00:00"
},
"fri": {
"start": "17:00:00",
"end": "17:00:00"
},
"sat": {
"start": "17:00:00",
"end": "17:00:00"
}
}
},
"banks": [
{
"code": "string",
"name": "string",
"account": {
"name": "string",
"number": "string"
},
"id": "string"
}
],
"wallet": {
"balance": {
"currency": "ngn",
"amount": 0
},
"pin": {
"enabled": true
}
}
}
}
}