Skip to main content
GET
/
stores
/
{storeId}
/
categories
cURL
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/categories/ \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "items": [
      {
        "id": "ctg_4tzcbfp2v8q1mzwxj5h0r1n",
        "name": "Plans",
        "slug": "plans",
        "description": "Subscription plans for the platform.",
        "parentId": null,
        "displayOrder": 0,
        "icon": null,
        "metaTitle": null,
        "metaDescription": null,
        "showInNavigation": true,
        "featured": false,
        "isFavourite": false,
        "isArchived": false,
        "createdAt": "2026-05-01T10:00:00.000Z",
        "updatedAt": "2026-05-01T10:00:00.000Z"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 25,
      "total": 1,
      "totalPages": 1
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token mode — passes the secret directly. Token starts with sk_.

Path Parameters

storeId
string
required
Required string length: 12 - 48

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:25
Required range: 1 <= x <= 100
Maximum string length: 128
parentId
string
Required string length: 12 - 48
isFavourite
boolean
isArchived
boolean
sortBy
Available options:
displayOrder
sortOrder
Available options:
asc

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required