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

Sign in to Digits

Log in to your Digits account and navigate to the Developer section in the left sidebar.
2

Create an app

Click Create App to start the app creation process.Fill in your app’s identity information:
  • App Name: A name your users will see during authorization
  • Tagline: A brief description of your app’s purpose
  • Icon: Upload an app icon (shown on the install and auth screens)
3

Fill in summary details

Complete your app’s summary:
  • Description: What your app does and how it integrates with Digits
  • Homepage URL: Your company website (must begin with https://)
  • Support Email: Where users can reach you for help
  • Developer Contact Email: For Digits to contact you about your app
4

Add the Nango redirect URL

In the Configuration section, add the following redirect URL:
https://api.nango.dev/oauth/callback
5

Get your credentials

Go to the Keys tab to find your client credentials.Use the environment toggle at the top to switch between:
  • Development — available immediately, ideal for testing
  • Production — requires additional metadata and Digits approval
Copy your Client ID and Client Secret.
6

Configure scopes

Digits offers three permission scopes:
ScopeDescription
source:syncWrite ledger data to Digits
ledger:readRead ledger data from Digits
documents:writeUpload and manage documents
Request only the scopes your app actually needs.
7

Add credentials to Nango

In Nango, open your Digits integration settings and enter:
  • Client ID: from the Keys tab
  • Client Secret: from the Keys tab
  • Scopes: the scopes your app requires
Save your configuration.
8

Next

Follow the Quickstart to connect your first account.
For more details, see the Digits OAuth documentation.