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.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.
Register Your OAuth App
- Log in to your Clio account.
- Navigate to Settings -> Developer Applications.
- Click Add to create a new application.
- Fill in the application name and description.
- Set the Redirect URI to:
https://api.nango.dev/oauth/callback - Save the application and note the Client ID and Client Secret.
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.