- đ Quickstart
- đ§âđť OAuth app setup
- đ Useful links
- đ¨ API gotchas
1
Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Greenhouse (Ingestion API). Nango doesnât provide a test OAuth app for Greenhouse (Ingestion API) yet, so youâll need to set up your own by following these instructions. After that, make sure to add the OAuth Client ID, Client Secret, and scopes in the integration settings in Nango.
2
Authorize Greenhouse
Go to Connections -> Add Test Connection -> Authorize, then log in to Greenhouse. Later, youâll let your users do the same directly from your app.
3
Call the Greenhouse Ingestion API
Letâs make your first request to the Greenhouse Ingestion API (fetch the profile of the currently signed-in user). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials dynamically via the Node SDK or API.
- cURL
- Node
Questions? Join us in the Slack community.