GET
/
health
Health Check
curl --request GET \
  --url https://app.formbricks.com/api/v2/health
{
  "main_database": true,
  "cache_database": true
}

Response

200 - application/json

Health check completed successfully. Check individual dependency status in response data.

Health check status for critical application dependencies

main_database
boolean

Main database connection status - true if database is reachable and running

Example:

true

cache_database
boolean

Cache database connection status - true if cache database is reachable and running

Example:

true