Send Signature Request
Creates and sends a new SignatureRequest with the submitted documents. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
Authentication
Basic authentication of the form Basic <username:password>.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Use files[] to indicate the uploaded file(s) to send for signature.
This endpoint requires either files or file_urls[], but not both.
Use file_urls[] to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either files or file_urls[], but not both.
Add Signers to your Signature Request.
This endpoint requires either signers or grouped_signers, but not both.
Add Grouped Signers to your Signature Request.
This endpoint requires either signers or grouped_signers, but not both.
Allows signers to decline to sign a document if true. Defaults to false.
Allows signers to reassign their signature requests to other signers if set to true. Defaults to false.
NOTE: Only available for Premium plan and higher.
Group information for fields defined in form_fields_per_document. String-indexed JSON array with group_label and requirement keys. form_fields_per_document must contain fields referencing a group defined in form_field_groups.
Conditional Logic rules for fields defined in form_fields_per_document.
This allows the requester to specify the types allowed for creating a signature.
NOTE: If signing_options are not defined in the request, the allowed types will default to those specified in the account settings.
Whether this is a test, the signature request will not be legally binding if set to true. Defaults to false.