Access the Ashby API in 2 minutes 💨
Create an integration
Authorize Ashby
Call the Ashby API
curl -X POST "https://api.nango.dev/proxy/candidate.list" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"limit": 10}'