Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" } }
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