API configuration: workable
Features | Status |
---|---|
Auth (API Key) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
Workable offers API keys (“API access token”), partner tokens, and OAuth for authentication. Nango currently only supports API-key-based authentication.
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.
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
.API configuration: workable
Features | Status |
---|---|
Auth (API Key) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
Workable offers API keys (“API access token”), partner tokens, and OAuth for authentication. Nango currently only supports API-key-based authentication.
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.
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
.