Category API
API for managing categories, including creation, update, retrieval, and deletion of category entities.
📄Documentation
Get category by ID
Fetch a specific category using its unique ID.
Explorer
📄Documentation
Update a category
Update an existing category by its ID.
Explorer
📄Documentation
Delete a category
Delete a category by its unique ID.
Explorer
📄Documentation
Retrieve all categories
Fetch a list of all categories available in the system.
Explorer
📄Documentation
Create a new category
Create a new category using the provided details.
Explorer