For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dropbox Sign WebSDKsSign Up
DocumentationAPIChangelog
DocumentationAPIChangelog
    • Overview
  • Guides
    • API Dashboard
    • API Settings
    • SMS Tools
    • Reports
    • Fax
  • SDKs
    • Overview
    • Versioning Policy
  • Walkthroughs
    • Non-Embedded Signing
    • Text Tags
    • Templates
    • Embedded Signing
    • Embedded Templates
    • Embedded Requesting
  • Additional Resources
    • Embedded Testing Tool
    • API Help Center
LogoLogo
Dropbox Sign WebSDKsSign Up
On this page
  • Prerequisites
  • List Available API Apps
  • Generate Embedded URLs
  • Embedded Signing
  • Embedded Templates
  • Embedded Requesting
Additional Resources

Embedded Testing Tool

||View as Markdown|
Was this page helpful?
Previous

Embedded Requesting

Built with

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
  • You can generate embedded URLs using the embedded consoles in the Generate Embedded URLs section below.
Enter your API App's Client ID here.Enter an embedded URL here.

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 Templates

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.