# Ping

{% hint style="info" %}
`Signature` header will not be sent with this action.
{% endhint %}

Is used to verify the availability of API provided by the operator's platform Request:

```json
{
    "action": "ping"
}
```

```
Response: 200
Doesn't require any payload
```
