SuperSign API
  1. Documentos
SuperSign API
  • Criar Envelope
  • Reference
    • Documentos
      • Baixar documento
        GET
    • Envelopes
      • Criar Envelope
        POST
      • Listar Envelopes
        GET
      • Detalhes do Envelope
        GET
  1. Documentos

Baixar documento

GET
/v2/documents/{documentId}/download

Requisição

Parâmetros de Caminho

Parâmetros de Consulta

Parâmetros Header

Respostas

🟢200OK
application/json
Success
Body

🟠403Proibido
🟠404Registro Não Encontrado
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/documents//download?type' \
--header 'x-account-id;'
Response Response Example
200 - Exemplo 1
{
    "downloadUrl": "string"
}
Modificado em 2025-10-13 02:32:50
Página anterior
Criar Envelope
Próxima página
Criar Envelope
Built with