List library categories
Lists the categories used to group library items. Supports pagination, search, and ordering.
GET
/api/library/categoriesQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequiredsearchstringrequiredorderingstringRequest
curl
curl -X GET https://platform.trickest.com/api/library/categories \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of categories
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring