cURL
curl --request GET \ --url https://api.example.com/health \ --header 'Authorization: Bearer <token>'
{}
Liveness probe: returns 200 when the service is running
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?