Everhour source
The Everhour source connector lets you authenticate to the Everhour API using an API key.
Status
This connector is currently in development.
- Authentication (login/credential validation): Supported
- Catalog discovery: Not yet implemented
- Data extraction: Not yet implemented (runs will fail)
Setup
Prerequisites
- An Everhour account
- An Everhour API key
Create an Everhour API key
- In Everhour, generate or copy your API key from your account/API settings.
- Keep the key available—you’ll paste it into the connector configuration.
Authentication
This connector authenticates with the Everhour API using an API key sent in the X-Api-Key request header.
During setup, the connector validates credentials by calling:
GET https://api.everhour.com/users/me
If the request fails, the connector reports an authentication/credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Everhour API key. |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.
Limitations
- Extraction currently fails with an “in development” error.
- No objects/streams are exposed yet.