Ping

Health check endpoint to ensure everything is ready to go.

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.

Last updated