List verification history
GET/v2/config/digital-wallet/openid/sdjwt/verification/history
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
This endpoint is used to list presentation exchange records.
Request
Query Parameters
Requested index for start of resources to be provided in response requested by client
Default value: 10
Number of items returned per page. Requested number of resources to be provided in response requested by client
Possible values: [request_sent
, request_received
, presentation_acked
]
Filtering credential exchange history by issuance status
Identifier for the presentation definition
Decentralized Identifier(DID) of the holder
Responses
- 200
- 400
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
verificationHistory object[]
Identifier for the presentation definition
Authorisation request defined as per OID4VP draft 20 specification.
presentationSubmission objectrequired
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
presentation_submission objectrequired
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
descriptor_map object[]required
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
path_nested objectrequired
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
For further reference, please visit: https://identity.foundation/presentation-exchange/#presentation-submission
Possible values: [request_sent
, request_received
, presentation_acked
]
It support 3 presentation request statuses: 1. request_sent: Indicates the presentation request has been sent to the holder. 2. request_received: Indicates the presentation request has been received/scanned by the holder. 3. presentation_acked: Indicates the presentation submission from holder is received by the verifier.
Validate signatures as well as the presentation submission against the presentation definition.
Timestamp when the record was created.
Timestamp when the record was updated.
Identifier for the presentation definition
holder objectrequired
Contains the metadata describing a holder. For e.g. Name, location, logo e.t.c
Identifier of the holder. For .e.g. DID or Name obtained from client metadata if available.
Specifies the wallet unit attestation credential.
Specifies the wallet unit attestation pop credential.
Specifies the wallet unit attestation credential is verified.
presentation object
The credential being presented to the verifier
The credential being presented to the verifier
The verifiable credential jwt being presented to the verifier
transactionData object
The base 64 encoded value of the transaction data.
Specifies the id token that has shared to verifier
Specifies the decoded id token jwk that has shared to verifier
Specifies comprehensive information about the validity of the presentation
Specifies comprehensive information about the validity of the presented wallet unit attestation
pagination object
Current page number
Total number of items available
Total number of pages based on limit
Number of items per page
Indicates if there's a previous page
Indicates if there's a next page
{
"verificationHistory": [
{
"presentationExchangeId": "string",
"vpTokenQrCode": "string",
"presentationSubmission": {
"presentation_submission": {
"definition_id": "string",
"descriptor_map": [
{
"format": "string",
"id": "string",
"path": "string",
"path_nested": {
"format": "string",
"id": "string",
"path": "string"
}
}
],
"id": "string"
}
},
"status": "request_sent",
"verified": true,
"createdAt": 0,
"updatedAt": 0,
"presentationDefinitionId": "string",
"holder": {
"name": "string"
},
"walletUnitAttestation": "string",
"walletUnitAttestationPoP": "string",
"walletUnitAttestationVerified": true,
"presentation": {},
"vpTokenResponse": "string",
"transactionData": {},
"transactionDataBase64": "string",
"idToken": "string",
"idTokenDecoded": {},
"presentationValidity": [
{}
],
"walletUnitValidity": [
{}
]
}
],
"pagination": {
"currentPage": 0,
"totalItems": 0,
"totalPages": 0,
"limit": 0,
"hasPrevious": true,
"hasNext": true
}
}
bad input parameter