Reference / Content

the public status snapshot (components + recent incidents).

GET /v1/content/status
Secret API key operationId: status

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Responses

200 Status snapshot
{
  "data": {
    "components": [
      {
        "name": null,
        "status": null,
        "uptime_24h": null
      }
    ],
    "incidents": [
      {
        "body_html": null,
        "resolved_at": null,
        "severity": null,
        "started_at": null,
        "status": null,
        "title": null
      }
    ],
    "overall": "string"
  },
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "https://api.identrahq.com/v1/content/status" \

Try it

live request
GET https://api.identrahq.com/v1/content/status