GET /v1/healthcheck
Returns the current health status of the Ghost Planet API. Use this endpoint to verify that the API is running and accessible.Response
Overall API status. Returns “available” when the service is operational.
Detailed system information
Example Request
Example Response
Response Codes
The API is healthy and operational
The API encountered an error while processing the health check
Usage
This endpoint is typically used for:- Monitoring: Automated health checks by monitoring services
- Load Balancers: Health probe endpoints to determine service availability
- CI/CD Pipelines: Verify deployment success
- Development: Quick sanity check during local development
The healthcheck endpoint does not require authentication and can be called by any client.