Status Pages/Component Groups
The request has succeeded.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
Client error
Access is forbidden.
The server cannot find the requested resource.
The request conflicts with the current state of the server.
Client error
Server error
Server error
Service unavailable.
Server error
GET /v4/statuspages/{statuspageID}/groups HTTP/1.1
Host: api.squadcast.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": 1,
"type": "text",
"name": "text",
"allowSubscription": true,
"description": "text",
"status": {
"id": 1,
"name": "text",
"color": "text",
"slug": "text"
},
"underMaintenance": true,
"statusMaintenance": {
"id": 1,
"name": "text",
"color": "text",
"slug": "text"
},
"components": [
{
"id": 1,
"type": "text",
"name": "text",
"allowSubscription": true,
"description": "text",
"status": {
"id": 1,
"name": "text",
"color": "text",
"slug": "text"
},
"underMaintenance": true,
"statusMaintenance": {
"id": 1,
"name": "text",
"color": "text",
"slug": "text"
},
"components": "[Circular Reference]",
"isHidden": true
}
],
"isHidden": true
}
]
}The request has succeeded.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
Client error
Access is forbidden.
The server cannot find the requested resource.
The request conflicts with the current state of the server.
Client error
Server error
Server error
Service unavailable.
Server error
POST /v4/statuspages/{statuspageID}/groups HTTP/1.1
Host: api.squadcast.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"name": "text",
"description": "text",
"allowSubscription": true
}{
"data": {
"id": 1,
"pageID": 1,
"name": "text",
"description": "text",
"allowSubscription": true
}
}The request has succeeded.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
Client error
Access is forbidden.
The server cannot find the requested resource.
The request conflicts with the current state of the server.
Client error
Server error
Server error
Service unavailable.
Server error
GET /v4/statuspages/{statuspageID}/groups/{group_id} HTTP/1.1
Host: api.squadcast.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"id": 1,
"pageID": 1,
"name": "text",
"description": "text",
"allowSubscription": true
}
}The request has succeeded.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
Client error
Access is forbidden.
The server cannot find the requested resource.
The request conflicts with the current state of the server.
Client error
Server error
Server error
Service unavailable.
Server error
DELETE /v4/statuspages/{statuspageID}/groups/{group_id} HTTP/1.1
Host: api.squadcast.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"id": 1,
"name": "text",
"description": "text",
"allowSubscription": true
}
}Last updated