Verify that the API and its critical internal and external dependencies are operational. Use this endpoint for monitoring, load balancer health checks, and deployment validation.This endpoint:
Checks database & cache connectivity
Checks Peakwork, Amadeus, Musement, etc. connectivity (if set-up for the project)
Returns "OK" if all systems are operational
Returns an error if any dependency is unavailable
Request
Authorization
or
Responses
🟢200OK
application/json
Health check successful - all systems operational
Body
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.ygo.ai/v1/health'