cURL
curl --request GET \ --url https://app.formbricks.com/api/v2/health
{ "main_database": true, "cache_database": true }
Check the health status of critical application dependencies including database and cache.
Health check completed successfully. Check individual dependency status in response data.
Health check status for critical application dependencies
Main database connection status - true if database is reachable and running
true
Cache database connection status - true if cache database is reachable and running
Was this page helpful?