Api
Get 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"
}