cURL
curl --request GET \ --url https://api.example.com/health
{ "status": "healthy", "service": "organization-api", "message": "API is running" }
Detailed health check endpoint with service information.
Successful Response
Health check response.
Service status
"healthy"
Service name
"organization-api"
Status message
"API is running"
Was this page helpful?