βœ’οΈAutomatic signing

Automatic signature is possible only and exclusively as an EASY signature type (i.e. "Advanced" signature). It is also possible to sign with the same e-mail address (from which the document is ordered for signature), or from a different e-mail address that is assigned to the same Business Customer. Each of these e-mail addresses must be assigned access to the API (on the SIGNIUS side).

When ordering a document for signature (in the PUT method), you need to remember that the value of the "skipAccountCreation" parameter (for e-mail signing Automatically) must be set to "false".

Create a signing session

Create signing session

post

Creates new signing session for selected documents. As a result documents are split into required number of signing batches, each of up to 20 files. Each of these batches has to be signed separatedly

Path parameters
documentFolderIdstring Β· uuidRequired

The id of the document folder in which are placed documents being signed.

Body
documentIdsstring Β· uuid[]Required

Identifiers of documents which will be signed during session.

signatureTypestring Β· enumRequired

Type of signature which will be placed during session.

Example: EASYPossible values:
acceptTermsbooleanRequired

Approval of Signius Terms and Conditions, have to be set to true to be able to create signing session.

Example: true
Responses
200

OK

*/*
post
/services/document-folders/{documentFolderId}/sign/session
200

OK

Signing documents

Sign documents

post

Sign documents in batch using selected signature type.

Path parameters
batchIdstring Β· uuidRequired

Batch id

Body
signatureTypestring Β· enumRequired

Documents signature type

Example: EASYPossible values:
Responses
200

OK

*/*
Responseobject
post
/services/sign/{batchId}
200

OK

Last updated