GET
/
public
/
shops
/
{id}
/
categories
curl --request GET \
  --url https://api.pandabase.io/public/shops/{id}/categories
{
  "statusCode": 200,
  "message": "OK",
  "payload": {
    "categories": [
      {
        "id": "ctg_AlPz4AtrQM",
        "name": "Gift Card",
        "handle": "giftcards"
      }
    ]
  }
}

Path Parameters

id
string
required

Response

200 - application/json
OK

The response is of type object.