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

Detalhes do Envelope

GET
/v2/envelopes/{envelopeId}

Requisição

Authorization
JWT Bearer
Adicionar o parâmetro
Authorization
a Cabeçalhos
Exemplo:
Authorization: ********************
or
Parâmetros de Caminho

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/envelopes/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Exemplo 1
{
    "id": "string",
    "status": "DRAFT",
    "deadline": "2019-08-24T14:15:22Z",
    "createdAt": "2019-08-24T14:15:22Z",
    "documents": [
        {
            "id": "string",
            "name": "string",
            "originalFileKey": "string",
            "signedFileKey": "string"
        }
    ],
    "signatories": [
        {
            "id": "string",
            "name": "string",
            "email": "string",
            "status": "PENDING",
            "qualification": "string"
        }
    ],
    "observers": [
        {
            "email": "user@example.com"
        }
    ],
    "logs": [
        {
            "id": "string",
            "actorName": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "eventType": "ENVELOPE_CREATED",
            "details": {
                "property1": null,
                "property2": null
            }
        }
    ]
}
Modificado em 2025-10-12 21:23:12
Página anterior
Listar Envelopes
Built with