---
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`

---

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