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:
Last updated