E-Sign Generate API
Generate an Aadhaar e-sign request and send signing link to the signer via email and SMS.
Invitees
List of invitees who will receive the e-sign request.- A minimum of 1 and a maximum of 2 invitees are allowed.
- The order of invitees in the list determines the signing sequence.
- The first invitee will receive the signing request and must complete signing first.
- After the first invitee signs the document, the second invitee (if provided) will automatically receive a notification to proceed with signing.
Callback URL
To receive status of e-signing as each signer takes action on the links shared to them. Make sure this is a HTTPS Webhook URL accepting POST request with request body and allows any hosts with CSRF excemption to recieve the event properly. Structure of the payload on the event webhook will be same as the response for he retrieve API. Please refer to the E-sign retrieve api for more information on the event payload structure.Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Body
Name of the PDF file to be signed
Base64 encoded PDF file content
List of invitees who will receive the e-sign request (maximum 2 allowed). First invitee will sign the doc and then the second will get the notification to proceed further signing.
1 - 2 elementsHTTPS URL accepting POST requests on it. Here you'll recieve the status of the document signing as the signers take action and completes the siging process. The event will send the data in the same format as the retrieve APIs response. Please refere to E-sign Retrieve API for more info.

