---
title: "Login"
method: POST
path: "/api/v1/user/login"
tags: ["user"]
---

# Login

`POST /api/v1/user/login`

Login

## Request body

- V1LoginReq
  - `account` string, required
  - `password` string, required

## Response `200`

OK

- V1LoginResp
  - `token` string

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc.dev/chaitin/apis/panda-wiki-api/revisions/cff419a79938?raw)
