Edit and Resend Unclaimed Draft

View as Markdown
Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

signature_request_idstringRequired
The ID of the signature request to edit and resend.

Request

This endpoint expects an object.
client_idstringRequired
Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app.
editor_optionsobjectOptional
This allows the requester to specify editor options when a preparing a document
is_for_embedded_signingbooleanOptional

The request created from this draft will also be signable in embedded mode if set to true.

requester_email_addressstringOptionalformat: "email"
The email address of the user that should be designated as the requester of this draft. If not set, original requester's email address will be used.
requesting_redirect_urlstringOptional
The URL you want signers redirected to after they successfully request a signature.
show_progress_stepperbooleanOptionalDefaults to true

When only one step remains in the signature request process and this parameter is set to false then the progress stepper will be hidden.

signing_redirect_urlstringOptional
The URL you want signers redirected to after they successfully sign.
test_modebooleanOptionalDefaults to false

Whether this is a test, the signature request created from this draft will not be legally binding if set to true. Defaults to false.

Response headers

X-RateLimit-Limitinteger
The maximum number of requests per hour that you can make.
X-RateLimit-Remaininginteger
The number of requests remaining in the current rate limit window.
X-Ratelimit-Resetinteger
The Unix time at which the rate limit will reset to its maximum.

Response

successful operation
unclaimed_draftobject
A group of documents that a user can take ownership of via the claim URL.
warningslist of objects or null
A list of warnings.

Errors