Logo
Openapi.it Public API Documentation

{{baseUrl}}/analisi

POST {{baseUrl}}/analisi

This endpoint allows you to analyze the timestamped file

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "transaction": "691929c444e1d7d0c6c2f78d0fed3be7", "UTCTime": "20200911131712Z", "SN": "429027229", "TSAName": "CN=ICEDTS02202009, OU=TSA, O=INFOCERT SPA, C=IT" }, "message": "Documento Verificato Correttamente", "success": true, "error": null }



Curl
curl -X POST 'baseUrl/analisi' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"file":"\u003cstring\u003e"}'

ENDPOINTS