DevelopersAPI referenceSignNotary
Pending claims (operator)
Claims awaiting verification against state commission records.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/notary/admin/claims"{ "claims": [ { "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" } ]}Import a state registry (operator)
Upserts registry rows for a state (1-5000 per call) and records a registry_syncs row. Gated by NOTARY_ADMIN_EMAILS — 403 for everyone else. Existing rows refresh registry facts only; claimed profiles keep their edited fields. registryAddress is stored for claim verification and never rendered.
Approve a claim (operator)
The operator verified the claim against the state commission record.