Aurion Docs
Api

Get Status Page

GET
/api/v1/status-page

Response Body

application/json

curl -X GET "https://loading/api/v1/status-page"
{
  "components": {
    "property1": {
      "details": {},
      "status": "ok"
    },
    "property2": {
      "details": {},
      "status": "ok"
    }
  },
  "incidents": [
    {
      "components": [
        "string"
      ],
      "id": "string",
      "impact": "none",
      "message": "string",
      "resolved_at": "string",
      "started_at": "string",
      "status": "investigating",
      "title": "string",
      "updated_at": "string"
    }
  ],
  "status": "ok",
  "timestamp": "string"
}