Categories
Get paginated list of categories
Returns a paginated list of categories. Supports filtering by name, sorting, and optionally including the count of child categories for each result.
get/api/v1/categories
Query parameters
filterstring
Filter string to match against category names
pageinteger
Page number (zero-based)
per_pageinteger
Number of items per page
orderbystring
Field to order results by
directionstring
Sort direction: ASC or DESC
showChildrenCountboolean
Whether to include children count for each category
Response
Paginated categories retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.