Unified interface with tabs for JWT, SIP INVITE, or SAID input. Visual credential DAG with click-to-select detail view.
Verification
VVP verification validates the cryptographic chain of trust from a PASSporT token through its credential dossier to trusted root authorities.
Verification Modes
One-click verification with a visual credential graph. Paste a PASSporT JWT and see the complete trust chain.
What Gets Verified
| Check | Spec Reference | Description |
|---|---|---|
| Signature | SS5.0, SS5.1 | EdDSA (Ed25519) signature on the PASSporT JWT |
| Temporal | SS5.2A | iat drift (max 5s), validity window (max 300s) |
| Phone Numbers | SS4.2 | E.164 format validation for orig.tn and dest.tn |
| Credential Chain | SS5.1.1 | ACDC signatures, edge relationships, trusted roots |
| Revocation | SS5.1.1-2.9 | TEL (Transaction Event Log) status for each credential |
| Schema | SS6.3 | vLEI schema compliance for credential attributes |
API Endpoints
POST /verify- Primary verification endpoint. Accepts
VerifyRequestwith passport_jwt and context. POST /verify-callee- Callee verification per VVP SS5B. Requires VVP-Identity header and call context.
POST /check-revocation- Check revocation status for a single credential SAID.