Buscar Documentos
Para busca algum documento específico, é necessário utilizar a seguinte requisição:
Autorizações
Respostas
200
Lista de documentos retornada com sucesso
application/json
404
Nenhum documento encontrado
get
GET /api/documents/my-company HTTP/1.1
Host: app.staging.gtsign.giro.tech
Authorization: YOUR_API_KEY
Accept: */*
[
{
"uuid": "text",
"name": "text",
"externalIdentification": "text",
"hashMD5": "text",
"hashSha256": "text",
"originalDocument": {
"id": 1,
"contentType": "text",
"fileName": "text",
"presignedUrl": "text",
"processed": true
},
"signedDocument": {
"id": 1,
"contentType": "text",
"fileName": "text",
"presignedUrl": "text",
"processed": true
},
"status": "CREATED",
"deadline": "2025-07-19",
"notificationPeriodDelivery": 3,
"personSignatures": [
{
"uuid": "text",
"email": "text",
"name": "text",
"status": "PENDING",
"signatureType": "PART",
"notificationChannel": "EMAIL",
"person": {
"uuid": "text",
"cpf": "text"
},
"birth": "2025-07-19",
"personSignatureDate": "2025-07-19T11:25:37.167Z"
}
]
}
]

Atualizado