> For the complete documentation index, see [llms.txt](https://developer-tr.hoppacuzdan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-tr.hoppacuzdan.com/hoppa-gelistirici-ortami/transfer-api/1-login/registered/2-logininput.md).

# 2 - LoginInput

<mark style="color:green;">`POST`</mark> `https://apigw.elekse.com/api/hoppa/auth/login/input`

### Headers

| Content-Type |
| ------------ |
| null         |

### Body

```json
{
  "Input": "test@test.com",
  "Password": "******"
}
```
