EaserixDocs
DevelopersAPI referenceSignNotary

My e-journal

Entries newest-first (200 max) plus the money summary: act count, notarial fees, non-notarial fees, and logged miles. The journal records ALL the notary's acts, not just Easerix sessions — it is the notary's record, exportable in full, never mined.

View as Markdown
GET
/v1/notary/journal
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/notary/journal"
{  "entries": [    {      "id": "string",      "seq": 0,      "actType": "string",      "documentDesc": "string",      "signerName": "string",      "idMethod": "string",      "method": "string",      "location": "string",      "feeCents": 0,      "nonNotarialFeeCents": 0,      "requestId": "string",      "notes": "string",      "performedAt": "2019-08-24T14:15:22Z",      "prevHash": "string",      "hash": "string",      "created": "2019-08-24T14:15:22Z"    }  ],  "summary": {    "actCount": 0,    "feeCents": 0,    "nonNotarialFeeCents": 0,    "miles": 0  }}