Health Check
Service API
Health Check
Check the health and status of the Background Check API service
GET
Health Check
Health Check
Simple endpoint to verify that the Background Check API service is running and accessible. This endpoint does not require authentication.Authentication
None required - This is a public endpoint for service monitoring.Response
Always returns
true when the service is healthyCurrent service version or image identifier
Example Request
Example Response
Use Cases
- Service Monitoring: Check if the API is operational
- Load Balancer Health Checks: Automated health monitoring
- Integration Testing: Verify connectivity before making authenticated requests
- Troubleshooting: First step in diagnosing API connectivity issues
Response Codes
| Status Code | Description |
|---|---|
200 | Service is healthy and operational |
500 | Service is experiencing issues |