Axiomatic
System

Health

Service health check

GET
/api/health

Response Body

application/json

curl -X GET "https://example.com/api/health"
{  "status": "ok",  "engine": "string",  "timestamp": "2019-08-24T14:15:22Z"}