---
title: "Log-in into system"
method: POST
path: "/session/login"
tags: ["Session management"]
---

# Log-in into system

`POST /session/login`

Perform a log-in action using username and password credentials.
Returns a token which can be used in authenticated requests.

## Response `200`

Login successful

## Other responses

- `400` — The request was not compliant with the documentation (eg. missing fields, etc)
- `403` — Login failed
- `500` — The server encountered an internal error. Further info in server logs

---

[API](https://skmtc.net/sapienzaapps/apis/fantastic-coffee-decaffeinated.md) · [All operations](https://skmtc.net/sapienzaapps/apis/fantastic-coffee-decaffeinated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sapienzaapps/fantastic-coffee-decaffeinated/versions/af917eb34015/schema)
