cURL
curl --request POST \ --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/widget/start \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "posLocationId": "6orMqUyq2Hg3tP", "terminalId": "6orMqUyq", "widgetId": "1", "couponId": "" } '
{ "data": { "sessionId": "<string>", "qrCodePreviewHtmlLinkUrl": "<string>" } }
Start POS widget session for the specified POS system and location
JWT Authorization header using the Bearer scheme.
POS System Id
Request
Request to start POS widget
POS location identifier
1
Terminal identifier
Widget identifier
Coupon unique identifier
Success
Response to start POS widget
Show child attributes