Skip to content
Get started

Categories

Retrieves a filtered list of categories.
categories.list_categories(CategoryListCategoriesParams**kwargs)
GET/api/v2/public/categories
Creates or updates categories.
categories.create_categories(CategoryCreateCategoriesParams**kwargs) -> CategoryCreateCategoriesResponse
POST/api/v2/public/categories
ModelsExpand Collapse
class CategoryCreateCategoriesResponse:

Standard success response returned by mutation endpoints.

success: bool

Indicates whether the operation completed successfully.

data: Optional[str]

Optional data payload returned by the operation.

message: Optional[str]

Human-readable message describing the result.