Ping

Health check endpoint to ensure everything is ready to go.

GET /ping

Send a GET request to verify you have the correct authentication setup. This endpoint will return status code 200 and the scopes for the API key.

Request

GET https://marketplace.cloutly.com/api/v2/ping

Response

{
  "scopes": ["v2", "v2-campaigns", "v2-insights"]
}

Notes:

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

  • v2 is the default scope

  • v2-campaigns scope gives you access to Review Collection API

  • v2-insights scope gives you access to Review Insights API

Last updated