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 4 Current »

Este endpoint permite obtener documentos asociados a un proceso utilizando su identificador único.

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

Solicitud (Request):

  • Método: GET

  • URL de Solicitud: https://demo.firmaseguro.co/api/v1/Document/ByUUID/{uuid}

  • Encabezados (Headers):

    • Authorization: Bearer Token - Token de autenticación Bearer.

Request Type → curl:

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