Skip to main content
GET
/
status-page
/
info
Get status page detail
curl --request GET \
  --url 'https://api.flashcat.cloud/status-page/info?app_key='
{
  "request_id": "01HK8XQE3Z7JM2NTFQ5YJ8P9R4",
  "data": {
    "page_id": 5750613685214,
    "name": "Flashduty Status Page",
    "url_name": "flashduty-statuspage",
    "type": "public",
    "custom_domain": "status.example.com",
    "logo": "https://cdn.example.com/logo.png",
    "favicon": "https://cdn.example.com/favicon.png",
    "page_header": "Welcome to our status page",
    "page_footer": "2025 Example Corp",
    "date_view": "list",
    "display_uptime_mode": "chart_and_percentage",
    "custom_links": [
      {
        "key": "Documentation",
        "value": "https://docs.example.com"
      }
    ],
    "contact_info": "mailto:support@example.com",
    "components": [
      {
        "component_id": "01KC3GAZ6ZJE40H55GM31RPWZE",
        "section_id": "01KC3FKKX5TSVG6Z3X1QNGF6V2",
        "name": "Web Console",
        "available_since_seconds": 1765349358,
        "order_id": 1
      }
    ],
    "sections": [
      {
        "section_id": "01KC3FKKX5TSVG6Z3X1QNGF6V2",
        "name": "Core Services",
        "description": "Our core services",
        "order_id": 1,
        "hide_uptime": false,
        "hide_all": false
      }
    ],
    "subscription": {
      "email": true,
      "im": false
    },
    "template_preference": "message"
  }
}

Restrictions

AspectValue
Rate limits1,000 requests/minute; 50 requests/second per account
PermissionsNone — any valid app_key can call this operation

Authorizations

app_key
string
query
required

App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.

Query Parameters

page_id
string
required

Status page ID

Response

Success

Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.

request_id
string
required

Unique ID for this request. Mirrored in the Flashcat-Request-Id response header. Include it when reporting issues.

Example:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

data
object
required

Empty response body. The server returns data: null on success.