TrustWixDocs
API reference

System

GET
/healthz

Unauthenticated liveness probe. Returns as soon as the service can serve traffic.

Response Body

application/json

curl -X GET "https://example.com/healthz"
{  "status": "ok",  "service": "string",  "time": "2019-08-24T14:15:22Z"}