v1

latestOpenAPI 3.0.2GNU Free Documentation License2026-07-176924101.2 KB
Authentication

Validate credentials

Validates credentials without creating a session. Returns 200 if credentials are valid, 400 if missing parameters, 401 if invalid. Useful for external authentication integration.

post/authenticate

Request body

loginstring required
passwordstring required

Response

Credentials are valid

errorinteger
descriptionstring

Example response

{
  "description": "Request completed successfully"
}