cURL
curl --request GET \ --url https://public-api-demo.clearline.me/pos/{posSystemId}/kiosk/{terminalId}/menu \ --header 'Authorization: Bearer <token>'
{ "data": { "items": [ { "title": "<string>", "icon": "<string>", "pageUrl": "<string>" } ] } }
Retrieve Kiosk menu list for the specified POS system and terminal.
JWT Authorization header using the Bearer scheme.
Enter JWT Bearer token only in the text input below.
Success
Pos Kiosk menu
Show child attributes