Edit and Resend Unclaimed Draft

post/unclaimed_draft/edit_and_resend/{signature_request_id}

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.

Securityapi_key or oauth2
Request
path Parameters
signature_request_id
required
string

The ID of the signature request to edit and resend.

Example: fa5c8a0b0f492d768749333ad6fcc214c111e967
Request Body schema: application/json
client_id
required
string

Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app.

object (SubEditorOptions)

This allows the requester to specify editor options when a preparing a document

is_for_embedded_signing
boolean

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

requester_email_address
string <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_url
string

The URL you want signers redirected to after they successfully request a signature.

show_progress_stepper
boolean
Default: 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_url
string

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

test_mode
boolean
Default: 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.

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{
  • "client_id": "b6b8e7deaf8f0b95c029dca049356d4a2cf9710a",
  • "test_mode": false
}
Response samples
application/json
{}