curl --request GET \
--url https://apigcp.trynia.ai/v2/categories \
--header 'Authorization: Bearer <token>'{
"categories": [
{
"id": "<string>",
"name": "<string>",
"user_id": "<string>",
"organization_id": "<string>",
"color": "<string>",
"order": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}List all categories for the authenticated user/organization.
curl --request GET \
--url https://apigcp.trynia.ai/v2/categories \
--header 'Authorization: Bearer <token>'{
"categories": [
{
"id": "<string>",
"name": "<string>",
"user_id": "<string>",
"organization_id": "<string>",
"color": "<string>",
"order": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Was this page helpful?