Skip to Content
API ReferenceHealth Check

Health Check

GET /v1/health

Check whether the CloudSigma API is available. This endpoint requires no authentication.

Example Request

curl https://cloudsigma.a13e.com/v1/health

Response

{ "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