API Documentation
docs.signius.eu
SEAL
SEAL
  • 🦭SIGNIUS SEAL API Documentation
  • Server Methods
    • 🎒Batch Methods
    • 📄Document Methods
    • 📈Process Methods
    • 🔢Stats Method
    • 🥔TSA Methods
  • Client Methods
    • 📲Document Methods
Powered by GitBook
On this page
  • Get available processes
  • Get available processes
  • Acquire certificate
  • Acquire certificate
  1. Server Methods

Process Methods

Get available processes

Get available processes

GET /avail-process

This method provides information about available processes for a given api key

Example response:
[
    {
        "id": “0”,
        "counterpartyId": “0”,
        "name": "PADES-BES",
        "tsaSettingsId": “0”,
        "hsMsId": “0”,
        "settings": "{}",
        "procesType": “0”
    }
]

Acquire certificate

Acquire certificate

GET /certificate

Method is used to acquire and then download a certificate for given processId.

Request Body

Name
Type
Description

processId

Integer

-----BEGIN CERTIFICATE-----

{certificate}

-----END CERTIFICATE-----

PreviousDocument MethodsNextStats Method

Last updated 1 year ago

📈