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

Register your application and get credentials

  1. Navigate to application submission page and register your application.
  2. The registration form will capture information about your application, including the details required for integration with Reapit.
  3. Select Authenticate with Reapit Connect as your required authentication flow.
  4. Provide https://api.nango.dev/oauth/callback as the redirect URL.
  5. Select the scopes (permissions) your application needs to interact with the API endpoints.
  6. Once you have successfully registered, navigate to the My Apps area of our developer portal and click on your app.
  7. Copy your Client ID and Client Secret from the application settings. You’ll need these when configuring the integration in Nango.
2

Next

Follow the Quickstart to connect your first account.
For more details, see Reapit Connect Documentation.