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
Responses
200
The status of the system (OK)
application/json
500
The status of the system (not 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?