This guide shows you how to register your own app with CleverReach to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their CleverReach account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a CleverReach account
If you don’t already have one, create a CleverReach account.
Create a new OAuth app
- Log in to your CleverReach account.
- Navigate to My Account > Extras > REST API.
- Click Create OAuth App to register a new application.
- Fill in the required fields:
- App Name: Enter a name for your application.
- Redirect URL: Enter
https://api.nango.dev/oauth/callback.
- Click Save.
Obtain your credentials
After creating the app, you will see your Client ID and Client Secret. Copy these credentials.
Next
Follow the Quickstart.