Skip to main content
GET
Fetch a passport

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The passport's UUID from the seal response.

Response

The passport (seal fields minus timestamps, plus createdAt).

passportId
string<uuid>
verifyCode
string
verifyUrl
string
docSha256
string
sealedSha256
string
status
string
Example:

"sealed"

environment
enum<string>

The environment of the API key that sealed it. Sandbox-keyed passports stay visibly sandbox on every surface, including public verification.

Available options:
live,
test
createdAt
string<date-time>