---
title: "Login"
method: POST
path: "/login"
tags: ["Authentication"]
---

# Login

`POST /login`

User login by email and password. Used only on Sinao API. CloudAccounting API needs a different API key

## Query parameters

- `email` string, email, required
- `password` string, required
- `code` string

## Response `200`

Successful Operation

## Other responses

- `401` — Invalid password
- `404` — Email address not found
- `422` — No password defined

---

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