Documentation Index
Fetch the complete documentation index at: https://mintlify.com/MarcoAbundio/furniture_api_rest/llms.txt
Use this file to discover all available pages before exploring further.
List Categories
Retrieve a list of all categories in the system. This endpoint supports both full listing and paginated results.Endpoint
Paginated Endpoint
Query Parameters
The page number to retrieve (zero-indexed)
The number of categories to return per page
Response
Returns an array of category objects.Unique identifier for the category
The category name
Detailed description of the category
ID of the parent category (null for main categories)
Whether the category is currently active
List of product IDs associated with this category
List of subcategory IDs that belong to this category
Status Codes
200- Success, returns array of categories