/v1/records/{id}
Retrieve current status, record class, issuer reference, consent posture, evidence summary, limitations, and update time.
Representative interface · no live API
This page documents an editable interface concept. Endpoints, schemas, authentication, uptime, and production availability are not promised.
Retrieve current status, record class, issuer reference, consent posture, evidence summary, limitations, and update time.
Review representative status changes, superseding records, disputes, and revocation events.
Propose a registration request for eligibility review. This would not create an approved record automatically.
Status model
Clients should never treat verified as a universal legal conclusion. The response carries a specific record class and explicit limitations.
{
"id": "OCR-DEMO-1042",
"status": "verified",
"record_class": "provenance",
"consent": "recorded",
"evidence_count": 3,
"limitations": [
"not_title",
"not_appraisal"
]
}