Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UANATACA TSA API DOCUMENTATION (v1)

Table of Contents
stylenone

What it is

Uanataca qualified timestamp service is the only one that has full legal value, with reversal of the burden of proof, as required by the European Regulation 910/2014 and in many other international regulations.

...

Uanataca time-stamping is an online service that requires an endpoint url with authentication.

Endpoint URL

Uanataca qualified time-stamping service is exposed in:

https://tsa.uanataca.com/tsa/tss03in production environment

https://tsa.sandbox.uanataca.com/tsa/tss03tss03 in sandbox environment

Authentication

The service requires a Uanataca Billing account. Billing credentials are composed by username and password.

...

An HTTP request to the TSA server sending the calculated hash value .tsq. At this point is required the hash file, the server URL and the client billing credentials to be included in the request.

Example

Code Block
languagenone
// Linux
curl -H 'Content-Type:application/timestamp-query' --data-binary @request.tsq https://tsa.uanataca.com/tsa/tss03 -o response.tsr -u billing_username:billing_password

// Windows
curl -H "Content-Type:application/timestamp-query" --data-binary @request.tsq https://tsa.uanataca.com/tsa/tss03 -o response.tsr -u billing_username:billing_password

...