GetEvidenceSign

In this section, you will find how to obtain the signed document of a process in by Unico through the REST API


Introduction


In this section, you will find detailed documentation on how the Signed Document Proof Set Retrieval endpoint works in by Unico. This endpoint will provide the proof set of the end user's signature in flows that have the Electronic Signature capability.

Getting started


Your API requests are authenticated using an access token. Any request that does not include a valid access token will return an error.

You can learn more about generating an access token here.


Obtaining the Evidentiary Set of the Signed Document


GetEvidenceSign

get

Endpoint to retrieve the evidential set of the signature. Only for flows with electronic signature.

Authorizations
Path parameters
id-documentstringRequired

Document ID.

Responses
200
Evidential set obtained successfully.
application/pdf
Responsestring · binary

PDF file generated by the system.

get
GET /api/v1/service/evidence/{documentId} HTTP/1.1
Host: signhom.acesso.io
Authorization: Bearer JWT
Accept: */*
binary

Example of a generated document:


Still need help?

Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.

Last updated

Was this helpful?