Dropbox SignDropbox Sign eSignature API
POST/unclaimed_draft/edit_and_resend/{signature_request_id}
Edit and Resend Unclaimed Draft
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.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
unclaimedDraftEditAndResend- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
signature_request_id
pathstringrequired
The ID of the signature request to edit and resend.
fa5c8a0b0f492d768749333ad6fcc214c111e967
Request body
UnclaimedDraftEditAndResendRequestrequired
Content-Type: application/json
Properties: client_ideditor_optionsis_for_embedded_signingrequester_email_addressrequesting_redirect_urlshow_progress_steppersigning_redirect_urltest_mode
{
"client_id": "example-client-id",
"editor_options": {
"allow_edit_signers": false,
"allow_edit_documents": false
},
"is_for_embedded_signing": false,
"requester_email_address": "developer@example.com",
"requesting_redirect_url": "https://example.com/resource",
"show_progress_stepper": true,
"signing_redirect_url": "https://example.com/resource",
"test_mode": false
}Responses
200
UnclaimedDraftCreateResponseapplication/json
successful operation
Properties: unclaimed_draftwarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"unclaimed_draft": {
"signature_request_id": "example-signature-request-id",
"claim_url": "https://example.com/resource",
"signing_redirect_url": "https://example.com/resource",
"requesting_redirect_url": "https://example.com/resource",
"expires_at": 0,
"test_mode": false
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}