Skip to main content

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

Response Headers
    Schema
      inputDescriptors object[]
    • Array [
    • id string
      matchedCredentials object[]
    • Array [
    • 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
    • ]
    • ]
    Loading...