DocsAPI ReferenceProduct Category/bff/product-category/list
getProduct CategoryAdmin BFF

/bff/product-category/list

Returns a paginated flat list of product categories for datagrid display.

Product CategorygetBffProduct-categoryList

Parameters

4 query

4 total
Query · 4
pagestring

Page number (1-based) for pagination.

limitstring

Maximum items per page (1–500, default 50).

includeDeletedstring

Include soft-deleted categories ("true").

onlyDeletedstring

Return only soft-deleted categories ("true").

Request

GET /bff/product-category/list

get
curl -X GET "https://api.bizkithub.com/bff/product-category/list?page=1&limit=50&includeDeleted=example_includeDeleted&onlyDeleted=example_onlyDeleted" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key