List verification (v3)
GET/v3/config/digital-wallet/openid/sdjwt/verifications
This endpoint is used to list all verification.
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
Responses
- 200
- 400
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- presentation_pending: Indicates the presentation requires further inputs such as filtering the credentials matching presentation definition and sending it to the verifier.
- presentation_acked: Indicates the presentation has been received and verified by the verifier.
- Array [
- ]
- ]
presentation object[]
Identifier for the presentation
presentation_submission object
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
Verifiable Presentation JSON Web Token sent to the verifier
Possible values: [presentation_pending
, presentation_acked
]
It support 2 presentation statuses:
Verifier identifier for .e.g URI / DID
Redirect URI specified in authorization request. This is specific to EBSI OID4VC flow.
Request URI is for resolving the authorization request by reference from the verifier
Presentation definition defined by the verifier as per DIF Presentation Exchange specification.
Identifier for the credential
clientMetadata objectrequired
Timestamp when the record was created.
Timestamp when the record was updated.
presentation object[]
Verifiable Presentation details sent to the verifier
Identifier for the presentation input descriptor
Identifier for the credential
Specifies the credential type present in verifiable credential issued.
Verifiable Presentation credential subject sent to the verifier
Specifies the credential type present in verifiable credential issued for ietf sd-jwt
Specifies the credential type present in verifiable credential issued for mso_mdoc
Verifiable Presentation claims sent to the verifier
Specifies the legal pid attestation verifiable credential of the verifier.
Specifies the legal pid attestation proof of pocession credential of the verifier.
Specifies whether legal pid attestation credential of verifier is verified.
Specifies the key identifier of keys to be used for credential issuance
Possible values: [jwk
, did:key
, did:ebsi
, did:web
]
Specifies the trust anchor used for credential issuance
Specifies the id token that has shared to verifier
Specifies the decoded id token jwk that has shared to verifier
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
{
"presentation": [
{
"presentationId": "string",
"presentation_submission": {
"definition_id": "string",
"descriptor_map": [
{
"format": "string",
"id": "string",
"path": "string",
"path_nested": {
"format": "string",
"id": "string",
"path": "string"
}
}
],
"id": "string"
},
"vpToken": [
"string"
],
"status": "presentation_pending",
"clientId": "string",
"redirectUri": "string",
"requestUri": "string",
"presentationDefinition": "string",
"credentialId": "string",
"clientMetadata": {
"clientName": "string",
"logoUri": "string",
"location": "string",
"coverUri": "string",
"description": "string"
},
"createdAt": 0,
"updatedAt": 0,
"presentation": [
{
"id": "string",
"credentialId": "string",
"type": [
"string"
],
"credentialSubject": {},
"vct": "string",
"doctype": "string",
"claims": {}
}
],
"legalPidAttestation": "string",
"legalPidAttestationPop": "string",
"legalPidVerified": true,
"kid": "string",
"trustAnchor": "jwk",
"idToken": "string",
"idTokenDecoded": {}
}
],
"pagination": {
"currentPage": 0,
"totalItems": 0,
"totalPages": 0,
"limit": 0,
"hasPrevious": true,
"hasNext": true
}
}
bad input parameter