Health Check
GET /v1/healthCheck whether the CloudSigma API is available. This endpoint requires no authentication.
Example Request
curl https://cloudsigma.a13e.com/v1/healthResponse
{
"status": "healthy"
}Use Cases
- Monitoring — Integrate into uptime monitoring (Datadog, Pingdom, etc.)
- CI/CD — Check API availability before running automated pipelines
- Status pages — Use as a health check endpoint for your internal status dashboard
Last updated on