OpenID4VP Verification
List the tenant's presentation requests (alias of /presentations/requests).
List your tenant's OpenID4VP (OpenID for Verifiable Presentations) presentation requests. This alias returns the same bare JSON array as GET /v1/presentations/requests.
get/v1/presentations/request
Response
Returns a bare JSON array. Each array element is one presentation request.
Example response
[
{
"aud": "checkin-rp",
"created_at": "2026-07-02T23:51:57.366681Z",
"dcql": {
"credentials": [
{
"claims": [
{
"path": [
"tier"
]
}
],
"format": "dc+sd-jwt",
"id": "cred1",
"meta": {
"vct_values": [
"AirlineLoyalty"
]
}
}
]
},
"nonce": "<redacted>",
"purpose": "Verify loyalty tier for lounge access",
"requested_claims": [
"tier"
],
"requested_vct": "AirlineLoyalty",
"status": "pending",
"transaction_id": "287d95fb-798b-47ee-9762-ccafca4aa3b0",
"uuid": "1a2a5c82-3779-424b-a900-2062fdfaf5d2",
"trust_policy": "tenant"
}
]