StatusHero (Source)
Introduction
The StatusHero source connector lets you authenticate to the StatusHero API using an API key.
This connector is currently in development. Authentication is implemented, but data extraction and streams are not yet available.
Setup
Prerequisites
- A StatusHero account
- A StatusHero API key
Create an API key in StatusHero
Generate an API key in StatusHero and keep it available for the connector configuration.
Authentication
This connector authenticates using an API key sent on each request as the X-API-KEY header.
During connection testing, the connector validates credentials by calling:
GET https://api.statushero.com/api/v1/organizations
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your StatusHero API key. |
Streams
No streams are currently available.
Note: The connector’s extraction logic is still in development, so syncs will not run yet even if authentication succeeds.