POST |
application/json |
Quando uma URL é cadastrada e antes de todo envio de payload para teste de disponibilidade da URL cadastrada |
{
"occurredAt": "2025-04-12T16:30:20.4791328Z",
"accountId": "8fedba6b-3885-48d4-90ad-2e1c34cebc3c",
"event": "Test",
"entity": {
"test": true
}
}
|
POST |
application/json |
Signatário assinou o documento |
{
"occurredAt": "2025-04-12T16:30:20.4806401Z",
"accountId": "238c9381-87fd-4399-92a2-3d77d56d4242",
"event": "DocumentSignatureMember",
"entity": {
"documentId": "f341f991-28d7-4f8e-bc9f-2df0c56c4232",
"role": "Parte",
"email": "Signer e-mail",
"name": "Signer name",
"signedAt": "2025-04-12T16:30:20.4667431Z"
}
}
|
POST |
application/json |
Todos signatários assinaram o documento |
{
"occurredAt": "2025-04-12T16:30:20.4818752Z",
"accountId": "3c8bdbc9-99bb-4ef3-ac20-5cdde34ce624",
"event": "DocumentSignatureFinished",
"entity": {
"id": "6769a3f1-37bb-4b07-934d-5946d4ea0101",
"status": "Approved",
"signatureStatus": "Signed"
}
}
|
POST |
application/json |
Documento teve status alterado |
{
"occurredAt": "2025-04-12T16:30:20.4828393Z",
"accountId": "8c2b6321-009a-437b-aaa4-cca1ed5341a9",
"event": "DocumentStatusChanged",
"entity": {
"status": "NewVersionBase",
"newVersionId": "e2aeb749-0897-47db-9018-f5301bc9bdf1",
"id": "bdafb0ec-6054-48b0-b4fe-7d3df9891269"
}
}
|
POST |
application/json |
Documento foi removido |
{
"occurredAt": "2025-04-12T16:30:20.4844001Z",
"accountId": "7e7e5ff6-9bad-4e24-9af0-f8acfebd9ee9",
"event": "DocumentRemoved",
"entity": {
"id": "e0f0fac4-d823-4b24-945b-c3ed8da6d45d"
}
}
|
POST |
application/json |
Formulário foi preenchido |
{
"occurredAt": "2025-04-12T16:30:20.4845945Z",
"accountId": "8c5f1e81-c86c-4277-85e6-18f939b6c955",
"event": "FormFilled",
"entity": {
"formId": "0354829a-9e7f-45ad-8ca4-b6fa3bdfc2e3",
"documentId": "3fe8a15c-b9fc-4d34-bd30-61a14dfd8b0e"
}
}
|