All API endpoints require JWT Bearer token authentication.Documentation Index
Fetch the complete documentation index at: https://docs.laportenard.com/llms.txt
Use this file to discover all available pages before exploring further.
Login
POST
/pos-api/v1/auth/loginRequest
Response
Using tokens
Include the access token in all subsequent requests:Required headers
| Header | Description |
|---|---|
Authorization | Bearer <access_token> |
X-Device-Id | Unique identifier for the terminal |
X-App-Version | Client app version string |
Minimum client version
The server enforces a minimum client version via thenu_pos.min_client_version system parameter. Clients below the required version receive a CLIENT_OUTDATED error response.