Embedded Testing Tool
You can use this tool to quickly test any of Dropbox Sign's Embedded flows without having to write a single line of JavaScript.
This is mostly an interactive page, meaning you will find embedded consoles along the way. These embedded consoles will allow you to send API requests without having to navigate away from this page.
- The Parameters and Body sections on the embedded consoles can be modified as needed.
- When the page is refreshed, the outputs from the embedded consoles will be cleared.
Prerequisites
You will need the following:
- Your API key, to send requests using the embedded consoles.
- Your API App's client ID, which you can get using the embedded console in the List Available API Apps section below.
- An embedded URL:
sign_url
edit_url
claim_url
This tool uses Dropbox Sign's client-side library to load documents on an iFrame.
List Available API Apps
This section will update with a list of all Client IDs associated with the API key used.
Generate Embedded URLs
Embedded Signing
You'll need to first create an embedded signature request using the embedded console above before moving on to the next step.
This section will update with the unique sign_url
for the selected signer from the signature request created previously.
Embedded Template
You'll need to create an embedded template draft using the embedded console above to obtain an edit_url
.
Embedded Requesting
You'll need to create an unclaimed draft using the embedded console above to obtain a claim_url
.
Note: Please ensure the test_mode
parameter is set to true
in the Body section of the embedded console.