QR-V™ Docs

API Reference

Core API contract for creating, verifying, revoking, and querying QR-V registry-backed records.

GET /api/v1/verify/:qrvid

Resolve and verify a QRVID through the API gateway.

Open

GET /verify/:qrvid

Resolve QRVID at the registry authority node.

Open

POST /registry/create

Create a registry-backed QR-V record and return a QRVID plus verification URL. Requires issuer authorization.

POST /registry/:qrvid/revoke

Revoke an existing record and write the revocation event. Requires issuer authorization.

Status Contract

VERIFIED, REVOKED, EXPIRED, NOT_FOUND, INVALID_FORMAT, UNAVAILABLE.