List Categories.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/categories/getAll \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "items": [ { "id": "{{objectId}}", "name": { "en": "Surgery", "es": "Cirugía" }, "slug": "surgery", "isActive": true, "order": 1 } ], "pagination": { "total": 1, "page": 1, "limit": 50, "totalPages": 1 } } }
x >= 1
1
1 <= x <= 100
50
"surg"
false
order
createdAt
"order"
asc
desc
"asc"
OK
Was this page helpful?