List categories
Returns the list of product categories available for asset creation. Use the category code when creating assets without a specific SKU. Optionally filter by code, name (case-insensitive partial match), or active status.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
1-based page number for paginated results. Default is usually 1. Combine with size to page through large result sets.
x >= 11
Number of results to return per page. Keep requests within published API page-size limits; oversized values may be capped by the server.
1 <= x <= 100100
Exact or prefix code filter (for example region or category code).
Case-insensitive name filter for matching resources.
When set, filter to active (true) or inactive (false) resources.
Response
Paginated list of categories
Standard paginated response wrapper used by all list endpoints. Use pageNumber and size to paginate; stop when pageNumber >= totalPages.
Maximum number of items per page as requested
10
Total number of items matching the query across all pages
42
Total number of pages based on totalElements / size
5
Current page number, 1-based (first page = 1)
1
Items in the current page; may be fewer than size on the last page