> For the complete documentation index, see [llms.txt](https://developer-eng.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-eng.hoppacuzdan.com/hoppa-developer-environment/institutional-api/25-integration/2-corporate/1-login.md).

# 1 - Login

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

### Headers

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

### Body

```json
{
  "Username": "developer@example.com",
  "Password": "Dev12345!"
}
```
