> For the complete documentation index, see [llms.txt](https://wiki.relictum.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.relictum.pro/ru/razrabotka-integraciya/relictum-node-json-rpc-api/vkhod.md).

# Вход

POST <http://127.0.0.1/api/user/login>

```json
{
	"mail": "test@relictum.pro",
	"pass": "test"
}
```

```json
success response: {"success":true,"auth":"5b3c7fafaa75a3e95a70ca80de6b6888"}
```

```json
fail response: {"success":"false","error":"Wrong password"}
```
