APIs & Integrations
Workable
Overview
Pre-built tooling
Pre-built use cases
Not seeing the use case 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
Workable offers API keys (“API access token”), partner tokens, and OAuth for authentication. Nango currently only supports API-key-based authentication.
- API Docs
- How to generate an API key
- OAuth related docs
- Workable API rate limits
- Web API docs (their REST API)
Contribute useful links by editing this page
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
.
Contribute API gotchas by editing this page
Connect to Workable
Guide to connect to Workable using Nango Connect.