Pre-Configured APIs
Workable
API configuration: workable
Features
Features | Status |
---|---|
Auth (API Key) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Workable offers API keys (“API access token”), partner tokens, and OAuth for authentication. Nango currently only supports API-key-based authentication.
Need help getting started? Get help in the community.
Connection configuration in Nango
Workable requires a user specific subdomain for the API base URL.
You should request this from the user and pass it to Nango in the nango.auth()
call:
For more details see the docs here.
API gotchas
- To authorize a Workable Connection in Nango you need to pass both the API key and the company’s workable subdomain:
- The API base URL in Nango is set to
https://{subdomain}.workable.com
for future forward compatability. To call endpoints of the V3 API, prefix the endpoint with/spi/v3/
, e.g./spi/v3/candidates
.
Add Getting Started links and Gotchas by editing this page
Was this page helpful?