> For the complete documentation index, see [llms.txt](https://api.parking24.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.parking24.online/reference/zavgar-api-reference/rest/auth.md).

# /auth

```phpdoc
POST /auth
```

### Параметры запроса

* **login** - логин. Пока в качестве логина используется **email**
* **password** - пароль
* **clientId** - ID клиента
* **clientSecret** - Secret  клиента

### Ответ

* [**UserApplicationToken**](/reference/zavgar-api-reference/graphql/types/userapplicationtoken.md) - токен

{% hint style="info" %}
**clientId** и **clientSecret** можно узнать у разработчиков.
{% endhint %}
