Demo: real server-side present + verify
Ask the server to demo-present a sample credential against an OpenID4VP (OpenID for Verifiable Presentations) request. This development shortcut returns a verification result and is unavailable in production.
Path parameters
Identifies the presentation request to answer with a demo presentation.
Request body
Response
Returns the verification result created by the demo presentation.
Example response
{
"id": "f70dd438-88e0-4d48-946c-53138aaa588d",
"request_id": "15115783-0a0a-4d5e-b096-ea5b8eb87067",
"verdict": "verified",
"vct": "AirlineLoyalty",
"verifier": "checkin-rp",
"requested_claims": [
"tier"
],
"disclosed_claims": {
"tier": "demo-tier"
},
"checks": {
"alg_allowlist": true,
"aud": true,
"key_binding": true,
"nonce": true,
"not_expired": true,
"not_revoked": true,
"signature": true
},
"created_at": "2026-07-02T23:33:33.599983+00:00"
}Changes
Changed in 2 of the 8 revisions of this API.13
- ○
added the optional property
disclosed_claims/tierto the response with the200statusresponse-optional-property-added
- ○
removed the
failedenum value from theverdictresponse property for the response status200response-property-enum-value-removed
- ○
- ▲
request body became required
request-body-became-required
- ○
added the non-success response with the status
422response-non-success-status-added
This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲