Skip to main content
All API endpoints require JWT Bearer token authentication.

Login

POST /pos-api/v1/auth/login
Returns an access token and a refresh token.

Request

Response

Using tokens

Include the access token in all subsequent requests:

Required headers

Minimum client version

The server enforces a minimum client version via the nu_pos.min_client_version system parameter. Clients below the required version receive a CLIENT_OUTDATED error response.