Public API
Retrieve shop
Public API
Retrieve shop
GET
/
public
/
shops
/
{id}
curl --request GET \
--url https://api.pandabase.io/public/shops/{id}
{
"statusCode": 200,
"message": "OK",
"payload": {
"shop": {
"id": "shp_xxx",
"image_hash": "shops/shp_xxx/favicons/fav_xxx.png",
"title": "Shop Title",
"description": "Shop description",
"categories": [],
"version": "V1"
}
}
}
Path Parameters
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.pandabase.io/public/shops/{id}
{
"statusCode": 200,
"message": "OK",
"payload": {
"shop": {
"id": "shp_xxx",
"image_hash": "shops/shp_xxx/favicons/fav_xxx.png",
"title": "Shop Title",
"description": "Shop description",
"categories": [],
"version": "V1"
}
}
}