Skip to main content

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.

This guide shows you how to register your own OAuth application with Clio to obtain your OAuth credentials (Client ID & Client Secret). These are required to let your users grant your app access to their Clio account.
1

Register Your OAuth App

  1. Log in to your Clio account.
  2. Navigate to Settings -> Developer Applications.
  3. Click Add to create a new application.
  4. Fill in the application name and description.
  5. Set the Redirect URI to: https://api.nango.dev/oauth/callback
  6. Save the application and note the Client ID and Client Secret.
2

Next

Follow the Quickstart to start building your integration.
No scopes are required for Clio’s OAuth flow. Leave the scopes field empty when configuring your integration in Nango.
For more details, see Clio OAuth 2.0 Documentation.