API Documentation
docs.signius.eu
PROFESSIONAL HEADLESS
PROFESSIONAL HEADLESS
  • Introduction
  • Login
  • Certificate
  • Authorization
  • Signing
Powered by GitBook
On this page

Signing

Sign document

POST https://professional.signius.eu:8200/api/signature

Returns base64 encoded signiature, that you have to add at the end of the document. Hash should be generated using the sha256 algorithm.

Headers

Name
Type
Description

X-AUTH-TOKEN*

String

User acces token

User-Language

String

Example: en

Request Body

Name
Type
Description

x509Certificate*

String

User certificate

challengeId*

String

challengeId from Authorization request

documentHash*

String

Base64 encoded hash of document to sign.

secureHashAlgorithm*

String

Used algorithm

Example response:
{
    "message": "<message>"
}
Example response:
{
    "signature": "<base64_signature>"
}
PreviousAuthorization

Last updated 1 year ago