Signing a document
How to sign a document
To do so, simply use the following mutation: (Don’t forget to replace it with the ID of an existing document.)
mutation {
  signDocument(id: "DOCUMENT_ID")
}Please note that you can only sign using the account linked to the API token. This means you cannot use this method to enable others to sign documents directly through your application.
Additionally, you will only be able to sign a document if you are listed as one of its signers. Otherwise, the response will return the error: signature_not_found.
You can test the signing process in Altair:

Last updated
Was this helpful?