EaserixDocs
DevelopersAPI referenceSignNotary directory

One notary profile

A profile page. Bio, languages, specialties, and availability appear only on verified (claimed) profiles — unclaimed pages carry registry facts and the sync date.

View as Markdown
GET
/public/notary/notaries/{slug}

Path Parameters

slug*string

Response Body

application/json

application/json

curl -X GET "https://example.com/public/notary/notaries/string"
{  "notary": {    "slug": "string",    "fullName": "string",    "state": "string",    "stateName": "string",    "city": "string",    "county": "string",    "verified": true,    "commissionNumber": "string",    "commissionExpiresAt": "2019-08-24T14:15:22Z",    "onlineAuthorized": true,    "onlineSource": "string",    "onlineVerifiedAt": "2019-08-24T14:15:22Z",    "sessionsCount": 0,    "sourceSyncedAt": "2019-08-24T14:15:22Z",    "languages": [      "string"    ],    "specialties": [      "string"    ],    "bio": "string",    "availabilityNote": "string",    "accepting": true  }}