FireHydrant (Source)
Overview
The FireHydrant source connector lets you connect to the FireHydrant API using an API key.
Status
This connector is currently in development.
- Connection (credential validation) is supported.
- Data extraction is not yet available.
Setup
Requirements
- A FireHydrant account
- A FireHydrant API key with access to the resources you want to sync
Create an API key in FireHydrant
In FireHydrant, generate an API key and copy it somewhere safe. You’ll use it to authenticate the connector.
Authentication
This connector authenticates using Bearer token authentication:
- Header:
Authorization: Bearer <api_key>
During setup, the connector validates credentials by calling:
GET https://api.firehydrant.io/v1/users/me
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your FireHydrant API key used for Bearer authentication. |
Streams
No streams are currently available. Extraction is still in development, so the connector does not yet sync data from FireHydrant.
Limitations
- Extraction not implemented: runs will fail if you attempt to extract data.
- Catalog not yet defined: the connector does not yet expose a stream catalog.