Learn how to create a signature request, send invites and read its status
filePath
: The path to the file you want to upload. Each organization has its own root directory and files are versioned to ensure they are not overwritten.md5Checksum
: The MD5 checksum of the file you want to upload. This is used to verify the integrity of the file so it is not corrupted during the upload process.url
to upload the file and the key
to reference it when you create the signature request.
For example, to upload a simple text file, you can use the following process:
draft
flag that allows you to create a signature request without sending it to the signers. Requests can be sent later by updating this field to false
using the PUT /signature-request/ endpoint.content
field is not fulfilled in the example above.
subject id
, you can use the GET /subject endpoint. Consider that a link between the subject and the organization must exist before creating the invite.