Coopanest API
  1. envelopes
Coopanest API
  • Coopanest GATEWAY
    • assinatura-digital
      • envelopes
        • Pegar envelope por id
          GET
        • Pegar assinaturas do envelope
          GET
        • Pegar dados externos do envelope
          GET
        • Pegar dados externos do envelope Options
          OPTIONS
        • Pegar assinaturas do envelope Options
          OPTIONS
        • Pegar envelope por Id Options
          OPTIONS
        • Criar assinatura digital
          POST
        • Criar assinatura digital Options
          OPTIONS
      • hello
        • Assinatura digital hello
        • Assinatura digital hello Options
      • webhook
        • autentique
          • Autentique webhook GET
          • Autentique webhook POST
          • Autentique webhook OPTIONS
      • health
        • Health
        • Health Options
    • email
      • Enviar email
      • Enviar email Options
    • pdf
      • Gerar pdf via template
      • Gerar pdf via template Options
    • aplicacao
      • coopaapi
        • cooperados
          • demonstrativo
            • Get Demonstrativos
            • Get Demonstrativos Options
          • perfil
            • foto
              • Atualizar perfil foto Options
              • Atualizar Foto Perfil
            • pj
              • Get Dados Perfil PJ
              • Atualizar dados perfil PJ
              • Perfil PJ Options
            • Get Dados Perfil
            • Atualizar Perfil
            • Perfil Options
        • registros
          • Registros
          • Registros Options
      • portal
        • auth
          • login
            • Login
            • Login Options
          • validate
            • Validar Conexão
            • Validar Conexão Options
        • guias
          • {id}
            • Get Guia por Id
            • Get Guia por Id Options
          • Get Guias
          • Get Guias Options
    • storage
      • presigned-url
        • Criar url pré assinada
        • Criar url pré assinada Notas fiscais PJ
    • Esquemas
      • Raiz
        • Empty Schema
  • Coopanest Processador Documentos
    • api
      • pdf
        • generate
          • Gerar Pdf Sincrono
  1. envelopes

Pegar assinaturas do envelope

Em teste
GET
/assinatura-digital/envelopes/20/signatures

Requisição

Parâmetros Header

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.coopanestrio.dev.br/assinatura-digital/envelopes/20/signatures' \
--header 'x-api-key: joao'
Response Response Example
[
    {
        "id": 40,
        "providerId": "583331495cee11f0bf9a42010a2b600c",
        "envelopeId": 20,
        "signerId": 40,
        "hasSigned": false,
        "hasViewed": false,
        "viewedAt": null,
        "signedAt": null,
        "createdAt": "2025-07-09T17:57:58.728Z",
        "updatedAt": "2025-07-09T17:57:58.728Z",
        "deletedAt": null,
        "signer": {
            "id": 40,
            "name": "Joao Paulo 1",
            "email": "joaopauloneto3687@gmail.com",
            "phone": null,
            "serviceData": null,
            "externalReference": null,
            "envelopeId": 20,
            "providerId": null,
            "birthday": null,
            "documentation": null,
            "createdAt": "2025-07-09T17:57:58.723Z",
            "updatedAt": "2025-07-09T17:57:58.723Z",
            "deletedAt": null
        }
    },
    {
        "id": 41,
        "providerId": "583bbc465cee11f0bf9a42010a2b600c",
        "envelopeId": 20,
        "signerId": 41,
        "hasSigned": false,
        "hasViewed": false,
        "viewedAt": null,
        "signedAt": null,
        "createdAt": "2025-07-09T17:57:58.737Z",
        "updatedAt": "2025-07-09T17:57:58.737Z",
        "deletedAt": null,
        "signer": {
            "id": 41,
            "name": "Joao Paulo 2",
            "email": "joaopauloneto3689@gmail.com",
            "phone": null,
            "serviceData": null,
            "externalReference": null,
            "envelopeId": 20,
            "providerId": null,
            "birthday": null,
            "documentation": null,
            "createdAt": "2025-07-09T17:57:58.732Z",
            "updatedAt": "2025-07-09T17:57:58.732Z",
            "deletedAt": null
        }
    }
]
Modificado em 2025-12-01 23:02:36
Página anterior
Pegar envelope por id
Próxima página
Pegar dados externos do envelope
Built with