---
title: "Log In"
method: POST
path: "/auth/login"
tags: ["auth"]
---

# Log In

`POST /auth/login`

## Request body

- LoginDto
  - `id_user` string, required
  - `email` string, required
  - `password_hash` string, required

## Response `201`

## Changes

- **2024-11-18** `ef360d76c658` — 1 breaking
  - the request property `id_user` became required
- **2024-08-14** `17251bf7794f` — 1 info
  - the request property `id_user` became optional
- **2024-08-09** `3539cfe8509c` — 1 breaking
  - the request property `id_user` became required
- **2024-08-07** `3ce49f5aad53` — 1 info
  - the request property `id_user` became optional
- **2024-08-05** `6a3315de88c5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/auth/login/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
