Health

Check the health and availability of the REST API v2.

Get REST API Health Status

get

Checks the status of the REST API v2 and reports on system health.

Authorizations
Responses
200
The status of the system (OK)
application/json
get
GET /v2/health HTTP/1.1
Host: rest-api.app.kognitos.com
x-api-key: YOUR_API_KEY
Accept: */*
{
  "status": "OK"
}

Was this helpful?