1
Create a BambooHR Developer account
If you don’t already have one, go to BambooHR Developers and create a developer account.
2
Create a new OAuth application
- Navigate to the Applications page and click the + Add application button.
- Fill in all the required details.
- Submit the form to proceed.
3
Configure OAuth settings
- In your application settings, click on App details and add
https://api.nango.dev/oauth/callbackas the Redirect URI. - Configure the Scopes your application needs by clicking Select scopes and selecting the appropriate permissions.
To obtain a refresh token that Nango will use to automatically refresh your access token, select Miscellaneous and grant the
offline_accessscope.
4
Get your credentials
After creating the application, you’ll see your Client ID, Client Secret, and the list of Scopes Assigned. Copy these values as you’ll need them when configuring the integration in Nango.
5
Next
Follow the Quickstart to connect your first account.