windows pos login

windows pos login

POST http://localhost:7001/api/v1/pos/windowsposlogin

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

x-api-access

string

x-api-secret

string

Content-Type

string

x-manager-token

string

Request Body

Name
Type
Description

license_key

string

machine_id

string

Request:-

{
	"license_key": "a1c0ff50eeac0efb70b377656e9c22423ca3225c42f6e803a4cf8e861b9616c8",
	"machine_id" : "10820686361002"
}


Response:-

{
    "success": true,
    "msg": "Login data.",
    "data": {
        "client_id": 7,
        "manager_id": 219,
        "store_uuid": "73914f52-ff2f-403c-a50e-9bf1c082a126",
        "client_name": "5asec",
        "manager_email": "[email protected]",
        "terminal_name": "terminal 3",
        "terminal_uuid": "a62dd3e5-6bb0-4c0e-88ed-6ae06eb3ad27",
        "authentication_token": "0bef213c69fc456f0f2b"
    },
    "error": {
        "code": 0,
        "text": ""
    }
}

Last updated

Was this helpful?