API Health Check
Health Check
API Health Check
Simple health check endpoint to verify API availability and authentication status. Use this endpoint for monitoring and to validate API tokens.
Use Cases
- Monitoring API health
- Validating API tokens
- Testing CORS configuration
- Checking rate limits
Response Times
- Expected: < 100ms
- Warning: > 500ms
- Critical: > 1000ms
Monitoring Guidelines
- Poll every 60 seconds
- Implement circuit breaker pattern
- Track response times
- Monitor error rates
Example Response
{
"message": "🎤 We're humming along!",
"timestamp": "2026-07-13T16:26:17.874Z"
}
GET
API Health Check
Authorizations
Bearer token authentication using API tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens from your Hum representative or contact support@letshum.com. There is no self-serve API key dashboard.
