EaserixDocs
DevelopersAPI referenceSignSigning

Fill fields and sign

One atomic action: writes the signer's field values, applies their PNG data-URL signature, records ESIGN consent (required), and advances the document — enforcing turn order, validating required fields, and rejecting values for fields that aren't theirs. When the last signer completes, the final PDF is built (signatures stamped, certificate appended) and everyone is emailed.

View as Markdown
POST
/public/signing/{token}/complete

Path Parameters

token*string

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

application/json

curl -X POST "https://example.com/public/signing/string/complete" \  -H "Content-Type: application/json" \  -d '{    "consent": true  }'
{  "status": "string",  "document": {    "id": "string",    "name": "string",    "status": "string",    "completedAt": "2019-08-24T14:15:22Z"  }}