DevelopersAPI referenceSignDocuments
Adopt (or replace) the saved signature
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/me/signature" \ -H "Content-Type: application/json" \ -d '{ "data": "string" }'{ "signature": { "kind": "string", "data": "string", "updatedAt": "2019-08-24T14:15:22Z" }}Remove the saved signature
Previous Page
Send for signature
Validates the draft (at least one signer, every recipient has an email, a file is attached when storage is enabled, required fields are assigned), mints per-recipient signing tokens, emails signature requests (sequential mode notifies only the current order group; viewers/cc get view links), and moves the document to "pending".