---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.2
alternate:
  - https://yandex.ru/dev/direct/doc/dg-v4/en/reference/PingAPI.md
  - https://yandex.ru/dev/direct/doc/dg-v4/ru/reference/PingAPI.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/direct/doc/dg-v4/ru/llms.txt

# PingAPI
Проверяет доступность API и успешность авторизации пользователя.

## Входные данные {#input}

Ниже показана структура входных данных в формате JSON.

```javascript
{
   "method": "PingAPI"
}
```


## Результирующие данные {#output}

При успешной авторизации пользователя возвращается значение 1, как показано в следующем примере.

```javascript
{
   "data": 1
}
```

