Pre-Configured APIs
Greenhouse
API configuration: greenhouse
, greenhouse-basic
Features
Features | Status |
---|---|
Auth (OAuth + Basic) | ✅ |
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
Greenhouse offers both Basic
and OAuth
as authentication and Nango implements both.
- How to register an Application
- OAuth-related docs
- List of OAuth scopes
- API
- Harvest API authentication
Need help getting started? Get help in the community.
API gotchas
- For
Basic
auth pass Greenhouse API token as username and the password should be blank. - If you need to use the proxy, it is important to provide the resource that you will be calling in the config (as green house has many forms for API resource). Please see here for different types of resources. Once confirmed, you have to add
resource
as a config.
Add Getting Started links and Gotchas by editing this page