cURL
curl --request GET \ --url https://api.proced.ai/categories \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "cm2uqwcpd002s7xta3b1j8q3p", "name": "New Category Title", "workspaceId": "cm2uj5ffn001x7xtag73jmpx0", "createdAt": "2024-01-01T09:00:00.000Z" } ], "meta": { "total": 50 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Retrieve categories
Show child attributes