Lever
Overview
The Lever source connector lets you connect to the Lever API using an API key.
At this time, the connector supports credential validation (testing that the API key can access the Lever API). Data extraction is still in development and is not yet available.
Setup
Prerequisites
- A Lever account with permission to generate and use an API key.
- Network access to
https://api.lever.co.
Create an API key in Lever
In Lever, generate an API key that can access the Lever API. Keep the key handy—you’ll provide it as the connector’s api_key.
Authentication
This connector authenticates to Lever using HTTP Basic Auth:
- Username: your Lever API key
- Password: empty
During connection testing, the connector validates credentials by calling:
GET https://api.lever.co/v1/users?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Lever API key used as the Basic Auth username. |
Streams
No streams are currently available. The connector’s extraction functionality is still in development.
Limitations
- Extraction not implemented: The connector will not sync data yet.
- Catalog not populated: The connector does not currently expose a catalog of available tables/streams.