Overview

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)
Credentials auto-refresh
Auth parameters validation
Pre-built authorization UI
Custom authorization UI
Expired credentials detection
ToolsStatus
Pre-built integrations🚫 (time to contribute: <48h)
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-type type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling
Per-customer configurations

Pre-built integrations

No pre-built integration yet (time to contribute: <48h)
Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account✅ Not requiredFree, self-signup for a Dropbox Sign account.
Paid test account✅ Not requiredFree Dropbox Sign account can be used for testing.
Partnership✅ Not required
App review✅ Not requiredRequired for production use
Security audit✅ Not required

Setup guide

1

Create a Dropbox Sign account

If you don’t already have one, sign up for a Dropbox Sign account.
2

Create a new API app

  1. Log in to your Dropbox Sign account
  2. Go to the Create a new API app form.
  3. Complete the App Information form with the following details:
  • Unique Name: Enter a distinctive name for your API app (must be unique to your account and team).
  • Domain: Specify the domain where embedded flows (like signing requests and templates) will be permitted (includes subdomains).
  • Event Callback: Provide the endpoint URL for receiving signature request event notifications.
  • Signers can “Insert Everywhere”(Optional): Enable to allow signers to complete all signature fields with one click.
  • Company Branding(Optional): Upload a logo to customize the embedded signing experience.
  • Enable OAuth for this app: Check this option to activate OAuth functionality.
  • OAuth callback: Enter https://api.nango.dev/oauth/callback.
  • Oauth billing: Select your preferred billing option.
  • Oauth Scopes: Choose the appropriate scopes based on your selected billing option.
  1. Click CREATE APPLICATION to submit the form.
  2. When the confirmation popup appears, copy both the Client ID and OAuth Secret, you’ll need these credentials when configuring your Nango integration.
3

Next

Follow the Quickstart.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
TopicLinks
GeneralWebsite
Sign up for a Dropbox Sign account
DeveloperAPI documentation
OAuth documentation
Authorization Code Flow
List of Access scopes
Dropbox Sign application dashboard
Creating a new API app
App Approval Process
Rate limiting
Contribute useful links by editing this page

API gotchas

  • Dropbox Sign requires production approval for apps using OAuth. Your app cannot be authorized or added by other users until it is approved for production. You can however test OAuth by authorizing your app from your own account while building.
Contribute API gotchas by editing this page