Skip to content

Statuspage ​

Manage status pages, components, incidents, and subscribers with Atlassian Statuspage.

DetailValue
CategoryMonitoring
Base URLhttps://api.statuspage.io/v1
AuthenticationAPI Key
Endpoints8
Connector keystatuspage

Using Statuspage in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Statuspage from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /pagesList pages
GET /pages/{page_id}Get page details
GET /pages/{page_id}/componentsList components
POST /pages/{page_id}/componentsCreate a component
GET /pages/{page_id}/incidentsList incidents
POST /pages/{page_id}/incidentsCreate an incident
GET /pages/{page_id}/incidents/unresolvedList unresolved incidents
GET /pages/{page_id}/subscribersList subscribers

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.