Get Latest Snapshot
Returns the most recent snapshot for the subject. Requires tenant_reader
or an active grant with read_latest scope.
Authorizations
Firebase Auth JWT issued by Google Identity Platform.
Obtain a token by signing in at your app domain and calling
firebase.auth().currentUser.getIdToken().
Path Parameters
Tenant identifier.
Subject type discriminator.
entity, individual Stable subject identifier within its type namespace.
Query Parameters
full returns the complete envelope. header returns metadata only.
full, header Optional integrity verification to perform.
hash verifies the stored envelope_hash against a freshly computed RFC 8785 hash.
chain additionally validates the full prev_hash chain back to the root.
none, hash, chain