List all categories
Returns a paginated list of categories. Supports filtering by name, product, site, or specific category UUID. Can also return only root categories or exclude descendant categories from results.
Query Parameters
Page number for pagination (1-based).
Number of categories to return per page.
Sort order for the results.
ascdescSearch filter to match category names or descriptions.
Filter by specific category UUID.
Filter categories that contain this specific product.
Filter categories by site/domain.
Responses
Categories retrieved successfully
Total number of categories matching the query.
categoryUnix epoch (seconds).
Multilingual configuration keyed by language code (e.g. en, de, es).
Hierarchical UUID path of ancestor categories.
Hierarchical name path of ancestor categories.
Public asset details for the category image.
| Code | Description |
|---|---|
1002 | Category, product, or site not found |
Unauthorized – invalid or missing Bearer token