EaserixDocs
DevelopersAPI referenceSignNotary

Update my profile

Self-editable fields only. Registry facts (name, state, commission) change through claim verification or registry sync, never here.

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

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/notary/me" \  -H "Content-Type: application/json" \  -d '{}'
{  "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"  }}