the public status snapshot (components + recent incidents).
GET
Secret API key operationId: status/v1/content/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 requestGET
https://api.identrahq.com/v1/content/status