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
  1. Server Methods

TSA Methods

Methods used to obtain Qualified Electronic Timestamps for documents

PreviousStats MethodNextDocument Methods

Last updated 8 months ago

Qualified Electronic Time stamping of document hashes according to RFC3161

Access to the service can be secured in two ways. either using API-KEY or using HTTP Basic Authentication

The hash to sign needs to be send in the request body as application/octet-stream

Stamp the document hash

The document hash to be processed needs to be send in the request as JSON. The value of the hash field must be encoded according to BASE64.

For this method, access is secured only using API-KEY

๐Ÿฅ”
post
Path parameters
processIdinteger ยท int32Required
Header parameters
API-KEYstringOptional
Responses
200
Success
post
POST /tsa/stamp/rfc3161/{processId} HTTP/1.1
Host: 
Accept: */*
200

Success

No content

  • Qualified Electronic Time stamping of document hashes according to RFC3161
  • POST/tsa/stamp/rfc3161/{processId}
  • Stamp the document hash
  • POST/tsa/stamp/{processId}
post
Path parameters
processIdinteger ยท int32Required
Header parameters
API-KEYstringOptional
Body
hashstring | nullableOptional
Responses
200
Success
post
POST /tsa/stamp/{processId} HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "hash": "text"
}
200

Success

No content