incident.io source
The incident.io source connector lets you connect to the incident.io API using an API key.
Setup
- In incident.io, create an API key.
- In your workspace, add a new incident.io source.
- Paste the API key into the connector configuration.
Authentication
This connector authenticates with the incident.io API using a Bearer token.
Required credentials
- API key: An incident.io API key with access to the API.
During setup, the connector validates credentials by calling:
GET https://api.incident.io/v2/users/me
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | incident.io API key used as a Bearer token for API requests. |
Streams
This connector is currently under development and does not yet expose any extractable streams.
Limitations
- Extraction not yet available: The connector can validate credentials, but extraction is not implemented yet.