Statuspage ​
Manage status pages, components, incidents, and subscribers with Atlassian Statuspage.
| Detail | Value |
|---|---|
| Category | Monitoring |
| Base URL | https://api.statuspage.io/v1 |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | statuspage |
Using Statuspage in a workflow ​
- Go to Connections and click New Connection.
- Pick Statuspage from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /pages | List pages |
| GET /pages/{page_id} | Get page details |
| GET /pages/{page_id}/components | List components |
| POST /pages/{page_id}/components | Create a component |
| GET /pages/{page_id}/incidents | List incidents |
| POST /pages/{page_id}/incidents | Create an incident |
| GET /pages/{page_id}/incidents/unresolved | List unresolved incidents |
| GET /pages/{page_id}/subscribers | List subscribers |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.