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

Certificate

Cerificate

GET https://professional.signius.eu:8200/api/signature/certificates/

Get or genarete user certificate with a public key.

Headers

Name
Type
Description

X-AUTH-TOKEN*

String

User access token

Content-Type

String

application/json; charset=utf-8

Example response:
{
    "exception": "UnauthorizedAccessException",
    "code": 401,
    "message": "error.no.access",
    "timestamp": "2023-08-28T06:40:14.667Z",
    "status": "UNAUTHORIZED",
    "details": {
        "objectName": "authorization",
        "error": {
            "objectName": "authorization",
            "codes": [
                "error.no.access"
            ],
            "arguments": null,
            "defaultMessage": "error.no.access",
            "code": "error.no.access"
        }
    }
}
Example response:
{
    "exception": "SigniusPortalException",
    "code": "unrecognized.exception",
    "timestamp": "2023-08-28T06:40:53.363Z",
    "message": "SigniusPortalException"
}
Example response:
[
    {
        "policy": {
            "policyId": 1,
            "name": "QUALIFIED",
            "description": "QUALIFIED"
        },
        "keyInfo": {
            "certificateBytes": "<bytes>",
            "keyId": 2270206272397386788,
            "publicKey": "<key>",
            "expirationDate": "2024-08-23T08:01:10Z"
        }
    }
]
PreviousLoginNextAuthorization

Last updated 10 months ago