POST |
application/json |
Quando uma URL é cadastrada e antes de todo envio de payload para teste de disponibilidade da URL cadastrada |
{
"occurredAt": "2024-12-03T17:29:26.4343553Z",
"accountId": "8c768b43-fedc-43c7-acf1-60d33d2f17e0",
"event": "Test",
"entity": {
"test": true
}
}
|
POST |
application/json |
Signatário assinou o documento |
{
"occurredAt": "2024-12-03T17:29:26.4353554Z",
"accountId": "be731cc0-c0a9-47ab-85d3-4506f2eb9030",
"event": "DocumentSignatureMember",
"entity": {
"documentId": "47f93710-dc0c-4cde-92cf-e383e6a1fc4e",
"role": "Parte",
"email": "Signer e-mail",
"name": "Signer name",
"signedAt": "2024-12-03T17:29:26.4281642Z"
}
}
|
POST |
application/json |
Todos signatários assinaram o documento |
{
"occurredAt": "2024-12-03T17:29:26.436375Z",
"accountId": "671970ac-7ff8-40f0-9a0a-99e65fe9a33d",
"event": "DocumentSignatureFinished",
"entity": {
"id": "d1b3bb56-e120-4c3a-92b6-ad4c4852d9c1",
"status": "Approved",
"signatureStatus": "Signed"
}
}
|
POST |
application/json |
Documento teve status alterado |
{
"occurredAt": "2024-12-03T17:29:26.437201Z",
"accountId": "44c3b16d-26d6-4764-a183-4b6a8fb8941c",
"event": "DocumentStatusChanged",
"entity": {
"status": "NewVersionBase",
"newVersionId": "336a2163-fa0e-47d1-bd29-0e44f8c6a366",
"id": "e1467f68-bd97-4545-bf68-baddcfe381fb"
}
}
|
POST |
application/json |
Documento foi removido |
{
"occurredAt": "2024-12-03T17:29:26.4381805Z",
"accountId": "19c8b5dd-4959-48b8-960e-66cb010f219c",
"event": "DocumentRemoved",
"entity": {
"id": "d41e821b-a505-4688-b97e-f95b88bf46b1"
}
}
|
POST |
application/json |
Formulário foi preenchido |
{
"occurredAt": "2024-12-03T17:29:26.4384045Z",
"accountId": "dc91bba0-2bf6-4066-9ebc-8ccda5d3d868",
"event": "FormFilled",
"entity": {
"formId": "f4c55b81-ec09-4902-bae4-b54d54c7ce2e",
"documentId": "6ad1e509-72cf-4fd8-b78b-f76fecbd50b1"
}
}
|