cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/categories/{id} \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "success": true, "data": { "id": 123, "parent_id": 123, "name": "<string>", "slug": "<string>", "type": "PRODUCT", "color": "<string>", "status": 123, "depth": 123, "_lft": 123, "_rgt": 123, "properties": {}, "children": "<array>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "time": 123, "timestamp": "2023-11-07T05:31:56Z", "unix": 123 }
Retrieve a single menu category with optional hierarchy metadata
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Category ID
Include nested child categories in the response
Category retrieved successfully
Show child attributes
Was this page helpful?