---
title: "POST /api/authentication/login"
method: POST
path: "/api/authentication/login"
tags: ["Authentication"]
---

# POST /api/authentication/login

`POST /api/authentication/login`

## Request body

- object
  - `email` string, email, required
  - `code` string, required
  - `flowId` string, required

## Response `200`

Default Response

- object
  - `accessToken` string, required
  - `refreshToken` string, required
  - `me` unknown, required
  - `sessionToken` string, required

---

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