feature-request

Health/Status Endpoint for API Monitoring

Please add a /health or /status endpoint to the Cycle.io API that returns the operational status of the service. This would enable proper health checking and monitoring for applications that integrate with Cycle.io.

Proposed endpoint: GET https://api.<customer_id>.cycle.io/health

Expected response:

{
"status": "ok",
"timestamp": "2025-10-17T17:00:00Z"
}

Use case: This endpoint would allow our services to implement readiness probes that verify Cycle.io API availability before accepting traffic, improving reliability and enabling circuit breaker patterns for graceful degradation when the API is unavailable.

HTTP status codes:

  • 200 - Service operational
  • 503 - Service unavailable (optional, for maintenance windows)
avatar
1
  • Hey Stephen,

    Not a bad idea, let me circle back with the team and figure out what they have in mind for this.

    avatar
    platform
v2025.10.16.01 © 2024 Petrichor Holdings, Inc.

🍪 Help Us Improve Our Site

We use first-party cookies to keep the site fast and secure, see which pages need improved, and remember little things to make your experience better. For more information, read our Privacy Policy.