Endpoint
/api/v1/auth/login
Authenticate using local credentials (username and password) to receive a JWT access token.
Authentication
No authentication required for this endpoint.Request Parameters
This endpoint accepts form data (application/x-www-form-urlencoded):
The username for authentication
The password for authentication
Response
JWT access token for authenticated requests
Token type (always “bearer”)
