# Health Check **GET /api/v1/health** Check the overall health status of the application including database connectivity ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ## Responses ### 200 Health check result #### Body: application/json (object) - **status** (string) Overall health status of the application - **timestamp** (string) Timestamp when the health check was performed - **database** (string) Database connection status - **uptime** (string) Application uptime in human readable format - **error** (string) Error message if health check fails ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)