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

Log in to Judge.me

Go to judge.me/login and enter your email address to log in as a reviewer. Judge.me sends a magic link to your email — follow it to finish logging in.
2

Create a Judge.me app

Once logged in, go to the app registration page to create a new app, and fill in the required fields:
  • App Name: your app’s name.
  • Redirect URI: set this to the Nango callback URL: https://api.nango.dev/oauth/callback
  • Logo URL: a direct link to your app’s logo.
  • Link to: a link to your app’s homepage.
Click Create.
3

Copy your client credentials

After creating your app, click the edit icon to find your Client ID and Client Secret. You will need them when configuring the integration in Nango.
4

Next

Follow the quickstart to connect your first account.
For more details, see Judge.me’s guide on setting up OAuth.