Mobile POS App Login

POST

App Login

Authenticate a mobile app user (waiter/admin/staff) and return an access token.

POST /app/login

Request Body

JSON

    

Request Parameters

Parameter Type Required Validation Description
username String Required string, required The user's email address or username
password String Required string, required The password

Response

200 OK
Status Code
HTTP status code (200)
Message
Login successful
Data
Response data payload containing authenticating token and user information