You are viewing an old version of this page. View the current version.
Compare with Current View Version History
« Previous Version 3 Next »
Este endpoint permite obtener documentos asociados a un proceso utilizando su identificador único.
Nota importante: El parámetro "uuid" que se envía corresponde al valor devuelto en la respuesta del proceso de "processCreateFull".
Solicitud (Request):
Método: GET
GET
URL de Solicitud: https://demo.firmaseguro.co/api/v1/Document/ByUUID/{uuid}
https://demo.firmaseguro.co/api/v1/Document/ByUUID/{uuid}
curl --location --request GET 'https://demo.firmaseguro.co/api/v1/Document/ByUUID/uuid' \ --header 'Authorization: Bearer Token'
{ "documents": [Base64String], "uuid": "string" }