EaserixDocs
DevelopersAPI referenceSignNotary

My claimed and completed work

Scheduled first, then claimed, then history.

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

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/notary/sessions"
{  "requests": [    {      "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"      }    }  ]}