Endpoint
Request
No parameters required.Response
Status message indicating the server is running
Success Response
Status Code: 200 OKUsage
Use this endpoint to:- Verify the API server is operational
- Monitor uptime in health check scripts
- Confirm deployment success
- Test API connectivity
Code Examples
Monitoring Example
Use this endpoint in monitoring scripts:This endpoint is implemented at
/home/daytona/workspace/source/highway-backend/routes.js:23 and requires no authentication.