cURL
curl --request GET \ --url https://api.example.com/v1/ready
Returns 200 if database and Redis are connected. 503 otherwise.
{ "status": "ready", "database": "connected", "redis": "connected" }