Skip to main content
POST
Sign Document

Authorizations

X-API-Key
string
header
required

Path Parameters

document_id
string
required

Document id (UUID).

Body

application/json
document_id
string
required

Document id (UUID).

participant_id
string
required

The active signing participant slot of the key owner (from the document's route).

sign_method
enum<string>
required

The tool the signature was produced with.

Available options:
SIGN_METHOD_UNSPECIFIED,
SIGN_METHOD_NCALAYER,
SIGN_METHOD_EGOV_MOBILE
signature
string
required

Base64-encoded CMS/ЭЦП signature produced client-side with the owner's key.

Response

OK

document
object

The document after the signature was recorded.