Skip to content
Get started

Categories

Retrieves a filtered list of categories.
GET/api/v2/public/categories
Creates or updates categories.
POST/api/v2/public/categories
ModelsExpand Collapse
CategoryCreateCategoriesResponse object { success, data, message }

Standard success response returned by mutation endpoints.

success: boolean

Indicates whether the operation completed successfully.

data: optional string

Optional data payload returned by the operation.

message: optional string

Human-readable message describing the result.