---
title: "POST /api/users/login"
method: POST
path: "/api/users/login"
tags: ["api", "users"]
---

# POST /api/users/login

`POST /api/users/login`

Login a User

## Request body

- object
  - `email` string, email, required
  - `password` string, required
  - `otp` string
  - `sendOtpMail` boolean

## Response `200`

OK

- object
  - `token` string, jwt

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
