---
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-08-09** `c3d85dda63e0` — 1 info
  - the request property `id_user` became optional
- **2024-08-08** `d33d911413f7` — 1 breaking
  - the request property `id_user` became required
- **2024-08-07** `65d2ea9683f6` — 1 info
  - the request property `id_user` became optional

[Change 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/04b9c7ceedbf/schema)
