cURL
curl --request GET \ --url https://{your-prod-endpoint}/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Verifies the service is reachable and operational
Bearer token for API authentication
Service healthy
"ok"