POST |
application/json |
Quando uma URL é cadastrada e antes de todo envio de payload para teste de disponibilidade da URL cadastrada |
{
"occurredAt": "2025-08-16T17:56:39.4309317Z",
"accountId": "599b3cdc-017a-4b86-a18e-e75cddc6a28e",
"event": "Test",
"entity": {
"test": true
}
}
|
POST |
application/json |
Signatário assinou o documento |
{
"occurredAt": "2025-08-16T17:56:39.4325115Z",
"accountId": "b9665f60-2bf3-44f5-930e-bf98e14429d2",
"event": "DocumentSignatureMember",
"entity": {
"documentId": "8fa266a6-1f1c-42e9-8eea-64b97d18512e",
"role": "Parte",
"email": "Signer e-mail",
"name": "Signer name",
"signedAt": "2025-08-16T17:56:39.4241196Z"
}
}
|
POST |
application/json |
Todos signatários assinaram o documento |
{
"occurredAt": "2025-08-16T17:56:39.4335735Z",
"accountId": "e6890f6e-bc2b-4280-80de-5d895af8ccde",
"event": "DocumentSignatureFinished",
"entity": {
"id": "6b22429a-e945-43e6-a8e0-4ae974c4c1e4",
"status": "Approved",
"signatureStatus": "Signed"
}
}
|
POST |
application/json |
Documento teve status alterado |
{
"occurredAt": "2025-08-16T17:56:39.4342658Z",
"accountId": "aea1a58d-bd16-4959-8b30-74f4fcc82506",
"event": "DocumentStatusChanged",
"entity": {
"status": "NewVersionBase",
"newVersionId": "e9957b68-f90d-4802-8def-06d8a438f93f",
"id": "077ef58c-dfb4-4f43-821e-42454edb1a87"
}
}
|
POST |
application/json |
Documento foi removido |
{
"occurredAt": "2025-08-16T17:56:39.4354685Z",
"accountId": "7872b433-ab40-4868-9596-c975a3ec7faa",
"event": "DocumentRemoved",
"entity": {
"id": "9db04903-771c-49a8-a7bd-c70e255ef4c2"
}
}
|
POST |
application/json |
Formulário foi preenchido |
{
"occurredAt": "2025-08-16T17:56:39.435609Z",
"accountId": "30e37a2d-b27e-4032-a256-69b00f284b51",
"event": "FormFilled",
"entity": {
"formId": "70bdc923-72cd-4935-b3d7-7b9dac39dc5b",
"documentId": "69cec650-9303-46cd-b1b0-5091b6fde82b"
}
}
|