---
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-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
