cURL
curl --request POST \ --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/widget/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "posLocationId": "6orMqUyq2Hg3tP" } '
{ "data": { "widgets": [ { "id": 123, "name": "<string>", "description": "<string>", "iconUrl": "<string>", "deliveryChannels": [ 1 ], "flow": 0 } ] } }
Retrieve widgets list for the specified POS system and location
JWT Authorization header using the Bearer scheme.
POS System Id
Request
Request to get widgets list
POS location identifier
1
Success
Get POS Widgets List Response
Show child attributes