Packages Endpoints
Categories List
Retrieves a hierarchical list of categories along with their subcategories. The list is filtered to include only categories that are not deleted and are enabled. Each category includes its image URL, description, and URL, as well as a nested list of its active subcategories.
GET
Response
200
application/json
Successfully retrieved categories
Unique identifier of the category
Example:
1
Name of the category
Example:
"Ranks"
Indicates if the category is active
Example:
true
Description of the category
Example:
"Available Ranks for Store."
URL slug for the category
Example:
"/categories/ranks"
URL of the category image, or null if not set
Example:
"/img/categories/1.png"