Was this helpful?
Get health status of services from the Omnitron API
GET /api/v1/healthcheck/ HTTP/1.1 Host: sandbox.akinon.com Authorization: YOUR_API_KEY Accept: */*
OK
{ "database": { "default": { "status": "OK" } }, "cache": { "default": { "status": "OK" } } }
Checks health status of services from the Omnitron API
HEAD /api/v1/healthcheck/ HTTP/1.1 Host: sandbox.akinon.com Authorization: YOUR_API_KEY Accept: */*
No content