Skip to main content

List wallet units

GET 

/v2/config/digital-wallet/openid/wallet-provider/wallet-units

Lists all wallet units managed by the wallet provider for OID4VCI and OpenID4VP operations.

Request

Query Parameters

    holderDid string

    Filter by the holder's Decentralized Identifier (DID).

    platform string

    Filter by wallet application platform (e.g., iOS, Android).

Responses

Response Headers
    Schema
      walletUnit object[]
    • Array [
    • id stringrequired

      Unique identifier for the wallet unit record.

      clientId stringrequired

      Client identifier of the wallet instance, typically a DID or URL. Used to identify the wallet during OID4VCI and OpenID4VP protocol interactions.

      clientUrl string

      URL endpoint of the wallet instance, used for direct communication.

      clientPublicKey objectrequired

      Public key JWK of the wallet instance, used to verify Wallet Unit Attestation Proof of Possession.

      isAuthorised boolean

      When true, this wallet unit is authorized to interact with the Wallet Provider's services.

      assertionToken string

      Client assertion JWT of the wallet unit, used for OAuth 2.0 client authentication.

      assertionTokenType string

      Type of the client assertion token.

      createdAt number

      Unix timestamp (in seconds) when this wallet unit was registered.

      updatedAt number

      Unix timestamp (in seconds) when this wallet unit record was last modified.

    • ]
    • pagination object
      currentPage integer

      Current page number

      totalItems integer

      Total number of items available

      totalPages integer

      Total number of pages based on limit

      limit integer

      Number of items per page

      hasPrevious boolean

      Indicates if there's a previous page

      hasNext boolean

      Indicates if there's a next page

    Loading...