Filter verification
POST/v2/config/digital-wallet/openid/sdjwt/verification/:presentationId/filter
This endpoint is used to filter stored credentials against the presentation definition defined in the verification request.
Request
Path Parameters
presentationId stringrequired
Identifier for the presentation
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
inputDescriptors object[]
id string
matchedCredentials object[]
credentialId string
Identifier for the credential
type string[]
Specifies the credential type to be present in verifiable credential issued.
vct string
Specifies the credential type to be present in verifiable credential issued for ietf sd-jwt
doctype string
Specifies the credential type to be present in verifiable credential issued for mso mdoc
match object
{
"inputDescriptors": [
{
"id": "string",
"matchedCredentials": [
{
"credentialId": "string",
"type": [
"string"
],
"vct": "string",
"doctype": "string",
"match": {}
}
]
}
]
}
Loading...