cURL
curl --request POST \ --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/widget/hideQrCode \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "posLocationId": "6orMqUyq2Hg3tP", "terminalId": "6orMqUyq", "sessionId": "SESSION_ID" } '
{ "data": {} }
JWT Authorization header using the Bearer scheme.
Enter JWT Bearer token only in the text input below.
POS System Id
Request
Hide widget QR-code request
Session identifier
1
POS location identifier
Terminal identifier
Success
Hide widget QR-code response