The authentication system uses JWT (JSON Web Tokens) to secure API endpoints. Obtain an access token by logging in with valid credentials.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Pama205/sku-semantic-search/llms.txt
Use this file to discover all available pages before exploring further.
Test credentials: username
admin, password admin123POST /auth/login
The username for authentication
The user’s password
Response
JWT access token for authenticating subsequent API requests
The token type, always “bearer”
Error responses
Using the access token
Once you have obtained an access token, include it in the Authorization header for authenticated requests:Access tokens expire after a configured time period. When a token expires, you’ll receive a 401 Unauthorized response and need to obtain a new token by logging in again.