---
title: "Login"
method: POST
path: "/auth/login"
tags: ["Authentication"]
---

# Login

`POST /auth/login`

Login using email/password. It returns all API keys associated with the user account

## Response `200`

successful operation

- AuthenticationResponse
  - `id` integer
  - `user_id` unknown
  - `username` string
  - `api-keys` object

---

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