> For the complete documentation index, see [llms.txt](https://developer.betstack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.betstack.io/pam-platform-api/ping.md).

# 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
```
