Skip to main content
POST
Seal a passport version

Authorizations

Authorization
string
header
required

Partner API key. Send as Authorization: Bearer sss_pk_....

Path Parameters

roomCode
string
required

The room's bearer code (40 lowercase hex characters; the read endpoint accepts 24–64).

Response

Passport version sealed.

version
integer

The new version number, incrementing per room.

verifyCode
string

26 lowercase base32 characters (128 bits).

verifyUrl
string

/v/room/{verifyCode}.

manifestSha256
string
prevManifestSha256
string | null

The prior version's manifestSha256 — the hash-chain link. null on version 1.

sealedSha256
string
createdAt
string<date-time>