---
title: "Log in"
method: POST
path: "/api/me"
tags: ["authentication"]
---

# Log in

`POST /api/me`

Log a user in. Upon a successful login, an API token will be returned. This token should be stored for further authenticated request (either as a Bearer token or as an `api-token` parameter).

## Request body

- object
  - `email` string, email, required
  - `password` string, password, required

## Response `200`

OK

- object
  - `token` string, required

---

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