FairePlace Property Management API
string
API health check endpoints
Readiness check
GET
https://api.faireplace.com/api
/ready
Verifies the API can reach its database (SELECT 1) and answers 200
only then.
Do not poll this. Every call wakes the serverless database and keeps
it from suspending, which costs real money. Use it for deployment checks
and smoke tests; point your uptime monitor at /health instead.
Readiness check › Responses
The API is ready to serve traffic
status