DevelopersAPI referenceSignNotary
My notary profile
The caller's notary profile — 404 when the account has none.
View as MarkdownAuthorization
bearer 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" }}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.
Update my profile
Self-editable fields only. Registry facts (name, state, commission) change through claim verification or registry sync, never here.