cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/categories
{ "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true }, "total": 123, "items": [ {} ], "categories": [ {} ] }
List categories for the authenticated user/organization.
Number of categories to return
1 <= x <= 200
Number of categories to skip
x >= 0
Successful Response
Backwards-compatible category list response.
Pagination metadata
Show child attributes
Legacy total count
List of categories
Legacy categories list
Was this page helpful?