---
title: "Login"
method: POST
path: "/v1/auth/login"
tags: ["Auth"]
---

# Login

`POST /v1/auth/login`

Login to the API

## Query parameters

- `include_ids` boolean

## Response `200`

Successful Response

- LoginResponse — Response containing authentication token and user info.
  - `request_metadata` ResponseMeta
    - `request_id` string, nullable — Unique request identifier for tracing and support.
  - `first_name` string, required — First name of the authenticated user.
  - `last_name` string, required — Last name of the authenticated user.
  - `email` string, required — Email address of the authenticated user.

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-15** `536abd065ab0` — 1 breaking, 5 info
  - the response's body type changed from no type to `object` for status `200`
  - api tag `Auth` added
  - added the optional property `request_metadata` to the response with the `200` status
  - added the required property `email` to the response with the `200` status
  - …2 more
- **2025-12-18** `2db9e75ea330` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/svahnar/apis/svahnar-apis/changes/v1/auth/login/post.md)

---

[API](https://skmtc.dev/svahnar/apis/svahnar-apis.md) · [All operations](https://skmtc.dev/svahnar/apis/svahnar-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svahnar/svahnar-apis/revisions/02cca47c900a/schema)
