EaserixDocs
DevelopersAPI referenceSignNotary

Mileage logs

Appointment drives for the IRS deduction — newest first (500 max).

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

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/notary/mileage"
{  "mileage": [    {      "id": "string",      "miles": 0,      "purpose": "string",      "drivenAt": "2019-08-24T14:15:22Z"    }  ]}