Liveness probe — always returns 200 if the process is running.
Use this for Kubernetes/Docker liveness checks.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/v1/health
{ "status": "<string>", "timestamp": "<string>", "version": "1.0.0" }
Successful Response
Was this page helpful?