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

# POST /v1/user/login/

`POST /v1/user/login/`

## Request body

- SalesUserLogin
  - `email` string, email, required
  - `password` string, required
  - `access` string, required
  - `refresh` string, required

## Response `201`

- SalesUserLogin
  - `email` string, email, required
  - `password` string, required
  - `access` string, required
  - `refresh` string, required

## Other responses

- `400`

---

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