Skip to main content
GET
/
health
API health check
curl --request GET \
  --url https://dev-api-partner.onecluster.co/health \
  --header 'Authorization: <api-key>'
"Healthy"

Authorizations

Authorization
string
header
required

Response

200 - text/plain

API is healthy

The response is of type string.

Example:

"Healthy"