Health
Check the health and availability of the REST API v2.
Checks the status of the REST API v2 and reports on system health.
Authorizations
x-api-keystringRequired
Responses
200
The status of the system (OK)
application/json
500
The status of the system (not OK)
application/json
get
/healthGET /v2/health HTTP/1.1
Host: rest-api.app.kognitos.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"status": "OK"
}Last updated
Was this helpful?
