# Server Status **GET /** Get server status and health check. No authentication required. ## Servers - http://localhost:7001: http://localhost:7001 () ## Parameters ## Responses ### 200 Server is running #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)