API access

No general-purpose API yet. One endpoint is public today.

We haven't published a general-purpose API. When we do, it will have scoped keys you can rotate and revoke, and versioned responses. The service routes behind the app aren't a substitute — they're unversioned and change without notice.

Status endpoint

Public, no authentication, never cached. Every component is checked when you make the request.

http
GET https://regshield.in/api/status
json
{
  "overall": "operational",
  "checkedAt": "2026-07-28T14:17:31.951Z",
  "components": [
    {
      "id": "app",
      "name": "Application",
      "description": "Sign-in, frameworks and controls, policies, tasks, reports and vendors.",
      "state": "operational",
      "ms": 50
    }
  ]
}
  • state — operational, degraded or down.
  • overall — the worst state across all components.
  • ms — the slowest underlying check for that component.

Need an API?

Tell us which data and which direction — pushing evidence in, or pulling readiness out. That decides what ships first.

info@regshield.in

Documentation · Changelog