Go to the Developer space
Go to BoondManager Developer Apps.
Create an app
- Click the button to create a new app.
- Fill in the required fields: Name, Title, and App code.
- Click Save.
Enable OAuth2
- Open the app you just created and go to the Security tab.
- Enable OAuth2 in the dedicated section.
- Add
https://api.nango.dev/oauth/callbackas a redirect URL. - Click Save.
- Note down the Client ID and Client Secret — you will need these when configuring the integration in Nango.
Configure scopes and access
- In the General security section, select the API endpoints and models your integration requires.
- Click the install button, then configure app visibility by clicking the group icon and selecting the appropriate access level for your use case.
Start building your integration
Follow the Quickstart guide to build your integration.