Skip to main content
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.
1

Create a CleverReach account

If you don’t already have one, create a CleverReach account.
2

Create a new OAuth app

  1. Log in to your CleverReach account.
  2. Navigate to My Account > Extras > REST API.
  3. Click Create OAuth App to register a new application.
  4. Fill in the required fields:
    • App Name: Enter a name for your application.
    • Redirect URL: Enter https://api.nango.dev/oauth/callback.
  5. Click Save.
3

Obtain your credentials

After creating the app, you will see your Client ID and Client Secret. Copy these credentials.
Keep your Client Secret secure. If you lose it, you will need to regenerate it.
4

Next

Follow the Quickstart.
For more details, see CleverReach’s REST API documentation and the REST API HowTo guide.