Create an API App
To use OAuth 2.0, you need to create an API app in Dropbox Sign to obtain your Client ID and Client Secret.
Navigate to API Settings
Sign in to Dropbox Sign and navigate to your API Settings page.
Create a New App
Under the API Apps section, click Create app.
- Enter a name for your app (e.g., “StackOne Integration”).
- Select the appropriate access level and app type for your integration.
- Click Create app.
Configure OAuth Callback URL
In your app’s settings, add the StackOne OAuth callback URL.
- Set the OAuth callback URL to
https://api.stackone.com/connect/oauth2/dropboxsign/callback.
Configure Scopes
In your app’s settings, select the access scopes your integration requires. Scopes control what actions the app can perform on behalf of users and are shown on the OAuth consent page.
Copy Client Credentials
From your app’s settings, copy the Client ID and Client Secret (App Secret). Store the Client Secret securely as it must be kept confidential.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Dropbox Sign:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Dropbox Sign
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile