We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Jalapina
2 years agoHelpful | Level 5
error 400 when trying to Get Embedded Sign URL
Hi I'm trying to Embedded the Dropbox sign api into my react project. im using javascript i want the user to sign in with their account and see their documents that need to be signed. when th...
DB-Des
Dropbox Engineer
Hi!
That error is typically thrown when the signature request is a non-embedded signature request — it was either created in the UI or via Send Signature Request endpoint.
In order to retrieve a sign_url, to embed a document to be signed, you'll need to Create an Embedded Signature Request and then send a request (per signer) to the Get Embedded Sign URL endpoint with each signer's unique signature_id.
Hope this helps!
Jalapina
2 years agoHelpful | Level 5
so the only way to sign a document via the dropbox sign api is by using the "Create Embedded Signature Request" endpoint ? we cant sign documents that we made on the dropbox platform on our app using the api ?
- DB-Des2 years agoDropbox Engineer
Hi,
Documents can be signed on the Dropbox Sign platform (non-embedded request) or on your own platform on an iframe (embedded request). On a high overview, the Dropbox Sign API can be used to create a non-embedded signature request (via /signature_request/send) or an embedded request (via /signature_request/create_embedded).
What is non-embedded signing?
With non-embedded signing, your users sign documents through Dropbox Sign. We notify the signer via email and collect their eSignature on Dropbox Sign. We also send signature request reminders to the signer.
Documentation regarding non-embedded signing can be found here.
What is embedded signing?
With embedded signing, users sign directly on your web application instead of being redirected to Dropbox Sign to complete the signature process. This is achieved by displaying the document to the user at any time using the Dropbox Sign iframe. You will have complete control and flexibility with the entire signing flow which includes sending your own email notifications. Embedded workflows in general do not have any automatic emails sent from Dropbox Sign to the specified signers.
Documentation specific to embedded signing can be found here.
About Dropbox Sign API
17 PostsLatest Activity: 16 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!