EaserixDocs
DevelopersAPI referenceSignNotary

Practice expenses

Bond, E&O, supplies — newest first (500 max).

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

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/notary/expenses"
{  "expenses": [    {      "id": "string",      "category": "string",      "amountCents": 0,      "note": "string",      "spentAt": "2019-08-24T14:15:22Z"    }  ]}