---
title: "Get Status"
method: POST
path: "/api/v1/auth/login"
tags: ["auth"]
---

# Get Status

`POST /api/v1/auth/login`

## Request body

- Login
  - `phone_number` string, required
  - `otp` string

## Response `200`

Successful Response

- LoginResponse
  - `status` string, required
  - `message` string, required
  - `access_token` string, required
  - `user_id` string

## Other responses

- `422` — Validation Error

---

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