EaserixDocs
DevelopersAPI referenceSignLifecycle

Full audit trail

Every lifecycle event in order — created, file_attached, sent, viewed, field_filled, signed, declined, reminded, voided, renamed, completed — with actor, IP, user agent, and the per-document SHA-256 hash chain.

View as Markdown
GET
/v1/documents/{id}/audit
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/documents/string/audit"
{  "events": [    {      "id": "string",      "recipientId": "string",      "actor": "string",      "event": "string",      "detail": "string",      "ip": "string",      "userAgent": "string",      "hash": "string",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}