workable
Features
| Feature | Status |
|---|---|
| Auth (API Key) | ✅ |
| Syncs & Actions | ✅ |
| Nango Proxy | ✅ |
| Auto-pagination | 🚫 (time to contribute: <1h) |
| API-specific rate limits | 🚫 (time to contribute: <1h) |
Getting started
Workable offers API keys (“API access token”), partner tokens, and OAuth for authentication. Nango currently only supports API-key-based authentication.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 thenango.auth() call:
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.comfor 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