API service
The following are Autonomous Identity API Service endpoints:
GET /health-check
- GET /health-check
-
Check that the Autonomous Identity API service is running. Get uptime statistics. [All]
Endpoint
/health-check
Headers
Content-Type application/json
Body
Example Request
curl --request GET "<instance-IP>/health-check" \ --header "Content-Type: application/json"
Example Response
{ "status": "zoran-api: OK", "uptime": 5412.465875997, "uptimeFormatted": "1:30:12" }