EaserixDocs
DevelopersAPI referenceSignNotary

Claim an unclaimed listing

Authenticated claim of a registry-seeded listing. The commission number must match the registry record (403 otherwise), and the claim stays pending until an operator verifies it — impersonation is the attack this flow exists to beat.

View as Markdown
POST
/v1/notary/notaries/{slug}/claim
AuthorizationBearer <token>

In: header

Path Parameters

slug*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/notary/notaries/string/claim" \  -H "Content-Type: application/json" \  -d '{    "commissionNumber": "string"  }'
{  "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"  },  "message": "string"}