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

# Log In

`POST /auth/login`

## Request body

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

## Response `201`

## Changes

- **2024-12-16** `37e33fd8b040` — 1 info
  - the request property `id_user` became optional
- **2024-12-14** `69df76288cd9` — 1 breaking
  - the request property `id_user` became required
- **2024-11-21** `47f47d53c24d` — 1 info
  - the request property `id_user` became optional
- **2024-11-16** `8c8c3916da22` — 1 breaking
  - the request property `id_user` became required
- **2024-09-05** `5ba5c769e2e1` — 1 info
  - the request property `id_user` became optional

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

---

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