get https://api.fanheroapi.com/categories
Overview
Returns a paginated list of post categories for one of your channels.
To limit the list of categories returned, use the following query parameters:
Parameter name | Type | Description |
---|---|---|
isChild | Boolean | If True, the endpoint returns only categories that have a parent category. |
isParent | Boolean | If True, the endpoint returns only parent categories, i.e. categories that have child categories. |
pinned | Boolean | If True, the endpoint returns only pinned categories. (Same result as in List pinned categories ) |
Header parameters channel
and organization
are required.