EaserixDocs
DevelopersAPI referenceSignNotary

The envelope's notarization request

The owner's view of the request behind an envelope that requires notarization — status, schedule, and the assigned notary's public identity (name, commission, state).

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

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/documents/string/notarization"
{  "request": {    "id": "string",    "documentId": "string",    "state": "string",    "stateName": "string",    "status": "string",    "docType": "string",    "signerCity": "string",    "timingNote": "string",    "scheduledAt": "2019-08-24T14:15:22Z",    "sessionNote": "string",    "completedAt": "2019-08-24T14:15:22Z",    "created": "2019-08-24T14:15:22Z",    "notary": {      "slug": "string",      "fullName": "string",      "commissionNumber": "string",      "state": "string"    }  }}