Skip to main content
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

string
Health status. Returns ok when the API is operational.
string
ISO 8601 timestamp of the health check
string
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