Document Add Authentication

PATCH {{apiBaseUrl}}/v1/document/addAuthentication?documentId={{documentId}}

The Sender can enable authentication for the document, which secures the signing page. Each recipient must authenticate themselves before opening the document to sign.

There are two types of Authentication which include AccessCode and EmailOTP.

  • AccessCode - A set of alphanumeric characters will be specified by the sender to the recipient for accessing the document, and the sender needs to provide the secure code directly to the recipient.
  • EmailOTP - A System generated one time password will be delivered to the recipient's mailbox that is required to access the document.

Request Params

KeyDatatypeRequiredDescription
documentIdstringID of the requested document

Request Body

{"emailId"=>"hankwhite@cubeflakes.com", "order"=>1, "accessCode"=>"@\#$%123", "authenticationType"=>"AccessCode"}

RESPONSES

status: OK