API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Login with password
POST /v1/auth/password-login
Headers
Request Body
Response Examples
200 - Login successful - session cookie set
Schema: {
"$ref": "#/components/schemas/PasswordLoginResponseDto"
}401 - Invalid password or feature not available in production
Schema: {
"$ref": "#/components/schemas/SessionErrorResponseDto"
}403 - Feature not available in production environment
Schema: {
"$ref": "#/components/schemas/SessionErrorResponseDto"
}