Skip to main content
GET
Get latest snapshot

Authorizations

Authorization
string
header
required

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_id
string
required

Tenant identifier.

subject_type
enum<string>
required

Subject type discriminator.

Available options:
individual,
organization
subject_id
string
required

Stable subject identifier within its type namespace.

Query Parameters

view
enum<string>
default:full

full returns the complete envelope. header returns metadata only.

Available options:
full,
header
verify
enum<string>
default:none

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.

Available options:
none,
hash,
chain

Response

Latest snapshot.

snapshot
object

Lightweight snapshot metadata without the full envelope.

verification
object