Get Evidence Sign
Endpoint to retrieve the evidential set of the signature. Only for flows with electronic signature.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
id-documentstringRequired
Document ID.
Responses
200
Evidential set obtained successfully.
application/pdf
Responsestring · binary
PDF file generated by the system.
401
Error in access-token.
application/json
404
Not Found.
application/json
500
Internal Server Error.
application/json
get
/api/v1/service/evidence/{id-document}GET /api/v1/service/evidence/{id-document} HTTP/1.1
Host: signhom.acesso.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryExample of a generated document:
Errors
No detailed error code will be provided for this situation, only the HTTP status code.
sucess
message
data
Description
false
Failed to query the document file.
Document does not exist.
The provided document id does not exist
Last updated
Was this helpful?