Skip to main content

Kiosk

Login to KIOKS.

URL:https://api.lingaros.com/v1/lingapos/kioskLogin

DataTypeDescription
emailIdstringLogin credentials
passwordstringPassword
deviceIdstringDevice id
deviceNamestring
MacIDstring
curl -X POST \ 
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{
"emailId": "test@lingapos.com",
"password": "test",
"deviceId": "59801e209230ca6068bfdf65",
"deviceName": "kiosk1",
"MacID": "59801e209230ca6068bfdf65",
}' \
https://api.lingaros.com/v1/lingapos/kioskLogin?iPadAppVersion=10.2.2 \

Get Get Store Json.

URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/kioskJSON

DataTypeDescription
tokenstringLogin credentials return token data
licenseKeystringLogin credentials return token data
deviceIdstringDevice id
deviceNamestring
curl -X GET \ 
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
https://api.lingaros.com/v1/lingapos/store/{store-id}/kioskJSON?token={token}&version={0}&customerJsonVersion=781&deviceId={android_id}&licenseKey={licensekey}&deviceName={deviceName}&iPadAppVersion={versionCode}{versionName} \