---
title: "this method provides possibility to log in to application via User name and password or PIN"
method: POST
path: "/api/Accounts/Login"
tags: ["Accounts"]
---

# this method provides possibility to log in to application via User name and password or PIN

`POST /api/Accounts/Login`

## Request body

- LoginConfirmRequest
  - `login` string, nullable
  - `password` string, nullable
  - `appVersion` string, nullable
  - `code` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/skipcash/apis/skipcash-api.md) · [All operations](https://skmtc.dev/skipcash/apis/skipcash-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skipcash/skipcash-api/revisions/6d8bb4bacc01/schema)
