---
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

---

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