> For the complete documentation index, see [llms.txt](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/ping.md).

# Ping

## GET /ping

Send a GET request to verify API key authentication setup.

### Request

```
GET https://app.cloutly.com/api/v1/ping
```

### Response

```
{
  "ok": true
}
```

### Notes:

* Please contact support if you do not receive a 200 while performing this call.
