Ashby
Overview
The Ashby source connector lets you connect to the Ashby API using an API key.
Status
This connector is currently in development:
- Connection/authentication (credential validation) is implemented.
- Catalog discovery is not yet implemented.
- Data extraction/sync is not yet implemented.
Setup
Prerequisites
- An Ashby account with access to generate an API key.
Create an API key in Ashby
Generate an API key in Ashby (typically from your Ashby admin/settings area). Keep it secure—this key is used to authenticate API requests.
Authentication
This connector authenticates to Ashby using HTTP Basic Auth:
- Username: your Ashby API key
- Password: empty
During credential validation, the connector makes a request to:
POST https://api.ashbyhq.com/jobBoard.list- Header:
Accept: application/json; version=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Ashby API key. Used as the Basic Auth username. |
Streams
No streams are currently available. Catalog discovery and extraction are still in development.