cURL
curl --request POST \ --url https://public-api-demo.clearline.me/pos/{posSystemId}/startInteraction \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "terminalId": "6orMqUyq", "posLocationId": "6orMqUyq2Hg3tP" } '
{ "data": { "terminalId": "<string>", "posLocationId": "<string>", "sessionId": "<string>", "posStatus": "Accepted" } }
JWT Authorization header using the Bearer scheme.
Enter JWT Bearer token only in the text input below.
Pos terminal data
Terminal identifier
Location POS identifier
Company POS identifier
Success
Start interaction response
Show child attributes