Skip to main content

List Categories

GET 

/api/categories

List product categories. Supports search, sort, pagination, and archiving filters.

Authentication: Requires Bearer token.

Query parameters:

  • page / limit — pagination
  • search — full-text search on name
  • sort — sortable columns: id, name, created_at, updated_at, archived_at
  • archived — 0 (active), 1 (archived)
  • filter[name] — filter by name
  • included[] / excluded[] — force-include or exclude specific IDs

Request

Responses

OK

Response Headers
    Content-Type