Health
Returns detailed health information including database connectivity, version info, and system status. This endpoint is used by monitoring systems and load balancers. Returns 503 if critical systems (database, GitHub, Salesforce) are unhealthy.
Responses
200
All critical systems are healthy
No content
503
One or more critical systems are unhealthy
get
/sfp/apiNo content
Simple health check endpoint that bypasses the global prefix. Returns the same comprehensive health status as the root endpoint. Commonly used by Kubernetes and other orchestration systems. Returns 503 if critical systems (database, GitHub, Salesforce) are unhealthy.
Responses
200
All critical systems are healthy
No content
503
One or more critical systems are unhealthy
get
/healthNo content
Last updated