EaserixDocs
DevelopersAPI referenceSignNotary

My notary profile

The caller's notary profile — 404 when the account has none.

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

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/notary/me"
{  "profile": {    "id": "string",    "slug": "string",    "status": "string",    "fullName": "string",    "state": "string",    "stateName": "string",    "commissionNumber": "string",    "commissionExpiresAt": "2019-08-24T14:15:22Z",    "onlineAuthorized": true,    "city": "string",    "county": "string",    "languages": [      "string"    ],    "specialties": [      "string"    ],    "bio": "string",    "availabilityNote": "string",    "accepting": true,    "sessionsCount": 0,    "active": true,    "claimedAt": "2019-08-24T14:15:22Z",    "created": "2019-08-24T14:15:22Z"  }}