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

# POST /api/customers/login

`POST /api/customers/login`

Login customer

## Request body

- POSTCustomersLoginCustomer
  - `sellerId` string, required — The ID of the seller to login
  - `email` string, email, required — The email of the customer
  - `password` string, required — The password of the customer
  - `otp` string — A OTP that was provided via email

## Response `200`

OK

- POSTCustomersLoginCustomer200Response
  - `token` string, required — A JWT token for the customer

## Other responses

- `400` — Bad Request

---

[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)
