DevelopersAPI referenceSignNotary
Replace compliance items
Replaces the tracked set (20 items max). Kinds are commission, bond, eo, other.
View as MarkdownAuthorization
bearer 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 PUT "https://example.com/v1/notary/compliance" \ -H "Content-Type: application/json" \ -d '{ "items": [ { "kind": "string" } ] }'{ "items": [ { "id": "string", "kind": "string", "label": "string", "reference": "string", "expiresAt": "2019-08-24T14:15:22Z", "note": "string" } ]}Compliance items
Commission, bond, and E&O tracking with expiries, soonest first.
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.