API Reference

Signatory Configuration

Parameter NameRequiredFormatComment
coordinatesYesArrayOne entry for each place where the signature should appear. Each signature block should specify the page number and the rectangles at which the sign stamp block will appear.
mobile_numberOptionalValid 10-digitMobile number of the signatory. Either the mobile number or the email should be provided, if the mobile number is provided, OTP will be sent to that number, else OTP will be sent to the email.
emailOptionalValid email address.Email of the signatory. If the mobile number is not provided, email must be provided.
nameYesName of the signatory.The signature will appear with this name.
callback_urlYesThe web address to which we will redirect once the signature is done.We will add query parameters to the URL before redirection. The URL parameter will be success=True if the signature is successful, else it will be success=False. The callback URL will be appended with two additional parameters of document_id and signer_id always.