Skip to main content
GET
Verify a passport (public)

Path Parameters

code
string
required

The 26-character verify code.

Response

Verification result.

verdict
enum<string>

verified_test marks a passport sealed with a TEST-environment key — it is not production evidence.

Available options:
verified,
verified_test
Example:

"verified"

environment
enum<string>
Available options:
live,
test
verifyCode
string
sealedSha256
string
docSha256
string
sealedAtUtc
string<date-time>
source
string
Example:

"proof_passport_api"

certificateAvailable
boolean