--- title: 'Statuspage' description: 'Manage status pages, components, incidents, and subscribers with Atlassian Statuspage.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /pages](./get_pages_monitoring_listpages) | List pages | | [GET /pages/{page_id}](./get_pages_page_id_monitoring_getpage) | Get page details | | [GET /pages/{page_id}/components](./get_pages_page_id_components_monitoring_listcomponents) | List components | | [POST /pages/{page_id}/components](./post_pages_page_id_components_monitoring_createcomponent) | Create a component | | [GET /pages/{page_id}/incidents](./get_pages_page_id_incidents_monitoring_listincidents) | List incidents | | [POST /pages/{page_id}/incidents](./post_pages_page_id_incidents_monitoring_createincident) | Create an incident | | [GET /pages/{page_id}/incidents/unresolved](./get_pages_page_id_incidents_unresolved_monitoring_listunresolvedincidents) | List unresolved incidents | | [GET /pages/{page_id}/subscribers](./get_pages_page_id_subscribers_monitoring_listsubscribers) | List subscribers | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.