Estado del Servicio
Health Check
Health check endpoint - no authentication required
GET
Overview
Check the health status of the Timbre API. This endpoint does not require authentication and can be used to verify that the API is operational.This is the only endpoint that does not require authentication.
Response
Health status. Returns
ok when the API is operational.ISO 8601 timestamp of the health check
API version
Use Cases
- Monitoring: Use this endpoint for uptime monitoring and alerting
- Load Balancer Health Checks: Configure load balancers to check API availability
- Integration Testing: Verify API connectivity before running integration tests