Statuspage source
The Statuspage source connector lets you connect to the Statuspage API using an API key.
Setup
Prerequisites
- A Statuspage account with access to the Statuspage API
- A Statuspage API key
Create an API key
Generate an API key in Statuspage (typically from your Statuspage/Atlassian account settings). Keep it secure—this key grants API access to your Status pages.
Authentication
This connector authenticates to the Statuspage API using an API key sent in the Authorization header:
- Header:
Authorization: OAuth <api_key>
During connection setup, the connector validates credentials by calling:
GET https://api.statuspage.io/v1/pages
If the request fails, the connector reports a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Statuspage API key used to authenticate API requests. |
Streams
This connector is currently in development.
- Catalog discovery currently returns an empty catalog.
- Data extraction is not yet implemented.
As a result, there are no available streams at this time.