| POST | application/json | Quando uma URL é cadastrada e antes de todo envio de payload para teste de disponibilidade da URL cadastrada | {
  "occurredAt": "2025-10-31T02:59:27.1890327Z",
  "accountId": "019a3834-ab55-717b-ad4a-695ae7f5f1dd",
  "event": "Test",
  "entity": {
    "test": true
  }
} | 
                            
                                | POST | application/json | Documento enviado para assinatura | {
  "occurredAt": "2025-10-31T02:59:27.1890407Z",
  "accountId": "019a3834-ab55-7d4f-b5d3-d8c736bcb530",
  "event": "DocumentSentToSignature",
  "entity": {
    "documentId": "019a3834-ab55-7225-902f-f766ee805280",
    "sentAt": "2025-10-31T02:59:27.1890412Z",
    "signers": [
      {
        "id": "019a3834-ab55-7a27-9081-0cdd1562a890",
        "role": "Parte",
        "authenticationMethod": "Email",
        "email": "signer@mail.com",
        "name": "Signer Name"
      }
    ]
  }
} | 
                            
                                | POST | application/json | Novo signatário adicionado ao documento | {
  "occurredAt": "2025-10-31T02:59:27.1890445Z",
  "accountId": "019a3834-ab55-7ded-a34a-8c3a261c6dd1",
  "event": "SignerAddedToDocument",
  "entity": {
    "documentId": "019a3834-ab55-724e-98b2-a99009a56d86",
    "signer": {
      "id": "019a3834-ab55-76ae-b7c1-6e5dac96b080",
      "role": "Parte",
      "authenticationMethod": "Email",
      "email": "signer@mail.com",
      "name": "Signer Name"
    }
  }
} | 
                            
                                | POST | application/json | Signatário assinou o documento | {
  "occurredAt": "2025-10-31T02:59:27.1890462Z",
  "accountId": "019a3834-ab55-7b35-98d9-d28738aae8bc",
  "event": "DocumentSignatureMember",
  "entity": {
    "documentId": "019a3834-ab55-7152-a22e-5f09e399c1e9",
    "role": "Parte",
    "email": "signer@mail.com",
    "name": "Signer Name",
    "signedAt": "2025-10-31T02:59:27.1890476Z"
  }
} | 
                            
                                | POST | application/json | Todos signatários assinaram o documento | {
  "occurredAt": "2025-10-31T02:59:27.1890491Z",
  "accountId": "019a3834-ab55-7e09-9dfb-6270c75e6061",
  "event": "DocumentSignatureFinished",
  "entity": {
    "id": "019a3834-ab55-7835-a2d0-c077056729cb",
    "status": "Approved",
    "signatureStatus": "Signed"
  }
} | 
                            
                                | POST | application/json | Documento teve status alterado | {
  "occurredAt": "2025-10-31T02:59:27.1890509Z",
  "accountId": "019a3834-ab55-7114-9279-4481b96cdab4",
  "event": "DocumentStatusChanged",
  "entity": {
    "status": "NewVersionBase",
    "newVersionId": "019a3834-ab55-7734-aa8b-1a912bf9b260",
    "id": "019a3834-ab55-73dc-9739-cb6ae08edff8"
  }
} | 
                            
                                | POST | application/json | Documento foi removido | {
  "occurredAt": "2025-10-31T02:59:27.1890537Z",
  "accountId": "019a3834-ab55-7135-ae31-c9bc69454497",
  "event": "DocumentRemoved",
  "entity": {
    "id": "019a3834-ab55-7d32-ab04-35dbf5bca01c"
  }
} | 
                            
                                | POST | application/json | Formulário foi preenchido | {
  "occurredAt": "2025-10-31T02:59:27.1890543Z",
  "accountId": "019a3834-ab55-7ccd-90a9-0183de247874",
  "event": "FormFilled",
  "entity": {
    "formId": "019a3834-ab55-72e6-9e39-4391850947b8",
    "documentId": "019a3834-ab55-761c-8e3c-8a509de33a0f"
  }
} |