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 MarkdownAuthorization
bearer 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 }}Return the sealed document
The Phase A handoff. The session ran on the notary's own registered RON technology; uploading the sealed PDF (multipart field "file", 25 MB max, validated as PDF) completes the envelope — it becomes the final artifact, the audit chain records the notary's commission, and a journal entry auto-files for the notary to review.
Record an act
One notarial act, appended to the profile's tamper-evident hash chain (each entry's hash covers the previous hash). idMethod records the ID type and issuer — never ID numbers. Fees are integer cents; the notarial vs non-notarial split is the SE-tax separation.