cURL
curl --request GET \ --url https://api.example.com/health/liveness \ --header 'Authorization: Bearer <token>'
{ "healthy": true, "checks": [ { "name": "<string>", "passed": true, "details": "<string>" } ] }
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
Was this page helpful?