Skip to main content
This guide shows you how to register your own app with BoondManager to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their BoondManager account.
1

Go to the Developer space

2

Create an app

  1. Click the button to create a new app.
  2. Fill in the required fields: Name, Title, and App code.
  3. Click Save.
3

Enable OAuth2

  1. Open the app you just created and go to the Security tab.
  2. Enable OAuth2 in the dedicated section.
  3. Add https://api.nango.dev/oauth/callback as a redirect URL.
  4. Click Save.
  5. Note down the Client ID and Client Secret — you will need these when configuring the integration in Nango.
4

Configure scopes and access

  1. In the General security section, select the API endpoints and models your integration requires.
  2. Click the install button, then configure app visibility by clicking the group icon and selecting the appropriate access level for your use case.
5

Start building your integration

Follow the Quickstart guide to build your integration.
For more details, see BoondManager’s OAuth2 documentation.