cURL
curl --request GET \ --url https://app.formbricks.com/api/v2/health \ --header 'x-api-key: <api-key>'
{ "main_database": true, "cache_database": true }
Check the health status of critical application dependencies including database and cache.
Use your Formbricks x-api-key to authenticate.
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?