# /health - Health check **GET /health** Check if the service is healthy (available on both backend and collect servers) ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Parameters ## Responses ### 200 Service is healthy #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) Health data (collect includes worker metrics) ### 404 Endpoint not found #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 503 Service is unhealthy (collect service only) #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) [Powered by Bump.sh](https://bump.sh)