---
title: "Sign in via username and password"
method: POST
path: "/login"
tags: ["sessions"]
---

# Sign in via username and password

`POST /login`

Take note of the authentication_token in the response. Set X-User-Email and X-User-token in the header afterward to retrieve contents as logged in

## Query parameters

- `user[email]` unknown, required
- `user[password]` unknown, required

## Response `200`

successful operation

---

[API](https://skmtc.net/airesis/apis/airesis-swagger.md) · [All operations](https://skmtc.net/airesis/apis/airesis-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airesis/airesis-swagger/versions/0464a8ccd074/schema)
