---
title: "Password Login"
method: POST
path: "/api/v1/auth/login/password"
tags: ["auth"]
---

# Password Login

`POST /api/v1/auth/login/password`

## Request body

- PasswordLoginRequest
  - `email` string, email, required
  - `password` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
