Skip to content
Get started

Retrieves a filtered list of categories.

GET/api/v2/public/categories

Retrieves a filtered list of categories.

Query ParametersExpand Collapse
module_id: optional number

Optional module identifier to filter categories.

formatint64
page_size: optional number

The number of results per page.

formatint32
page_start: optional number

The page offset for pagination.

formatint32
parent_category_code: optional string

Optional parent category code to filter by hierarchy.

search_text: optional string

Optional text to search categories by name.

Retrieves a filtered list of categories.

curl https://api.colleqtive.net/api/v2/public/categories \
    -H "Authorization: $COLLEQTIVE_BEARER_TOKEN"
Returns Examples