Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Diagrama de secuencia para obtener un documento

Tener en cuenta

Nota importante: El parámetro "uuid" que se envía corresponde al valor devuelto en la respuesta del proceso de "processCreateFull".

 Request

Request

curl --location --request GET 'https://demo.firmaseguro.co/api/v1/Document/ByUUID/uuid' \ --header 'Authorization: Bearer Token'
 Response

Response

{
    "documents": [Base64String],
    "uuid": "string"
}

  • No labels