APIs & Integrations
Ashby
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
Applications
Applications
Endpoint | Description | Readme |
---|---|---|
POST /applications | Action to consider a candidate for a job | 🔗 |
POST /applications/source | Action to change source of application. | 🔗 |
POST /applications/stage | Action to change stage of an application. | 🔗 |
PATCH /applications | Action to update an application. | 🔗 |
POST /applications/history | Action to update history an application stage. | 🔗 |
Candidates
Candidates
Interviews
Interviews
Endpoint | Description | Readme |
---|---|---|
GET /interviews/stages | List all interview stages for an interview plan in order. | 🔗 |
Jobs
Jobs
Endpoint | Description | Readme |
---|---|---|
GET /jobs | Fetches a list of all jobs from your ashby account | 🔗 |
Notes
Notes
Endpoint | Description | Readme |
---|---|---|
POST /notes | Action to create a note on a candidate. | 🔗 |
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Ashby gives you only an
API Key
but uses Basic auth for the API. Pass theAPI Key
as the username to Nango and leave the password blank. - The
apiKey.info
scope is required for the api key to pass verification.
Contribute API gotchas by editing this page