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

# POST /api/v2/auth/login

`POST /api/v2/auth/login`

## Request body

- LoginRequest
  - `ttl` string
  - `email` string
  - `password` string
  - `remember` boolean, required

## Response `200`

OK

- LoginResponse
  - `ttl` string
  - `session` string

---

[API](https://skmtc.dev/devops-collective-inc/apis/runway-api.md) · [All operations](https://skmtc.dev/devops-collective-inc/apis/runway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devops-collective-inc/runway-api/revisions/7651d83ee41e/schema)
