Atualizado há 9 dias
UUID do envelope
POST /api/envelopes/{uuid}/add-documents-and-signatures HTTP/1.1 Host: app.staging.gtsign.giro.tech Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 279 { "documents": [ { "name": "text", "originalDocument": { "file": "text" }, "externalIdentification": "text", "notificationType": "DONT_NOTIFY" } ], "signatures": [ { "email": "text", "phone": "+5511912345678", "signatureType": "PART", "notificationChannel": "EMAIL", "name": "text", "person": { "cpf": "text" } } ] }
Documentos e signatários adicionados com sucesso
{ "uuid": "text", "documents": [ { "uuid": "text", "name": "text", "externalIdentification": "text", "hashMD5": "text", "hashSha256": "text", "originalDocument": { "fileName": "text", "presignedUrl": "text" }, "signedDocument": { "fileName": "text", "presignedUrl": "text" }, "status": "WAITING_APPROVAL_TO_VALIDATE" } ], "signatures": [ { "uuid": "text", "email": "text", "person": { "cpf": "text" } } ], "signatureMethods": [ "TOKEN" ] }