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
JSONRequest 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 OKStatus Code
HTTP status code (200)
Message
Login successful
Data
Response data payload containing authenticating token and user information