Skip to main content

List organisation wallet units

GET 

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

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

Request

Query Parameters

    lpidStatus string

    Filter by Legal Person Identification Data (LPID) credential status.

    wuaStatus string

    Filter by Wallet Unit Attestation (WUA) lifecycle status.

    organisationName string

    Filter by organisation name.

    offset integerrequired

    Number of records to skip for pagination.

    limit integerrequired

    Default value: 10

    Maximum number of records to return per page.

Responses

Response Headers
    Schema
      walletUnit object[]
    • Array [
    • organisationName string

      Name of the organisation

      lpidStatus string

      Possible values: [inactive, active, expired, revoked]

      status of the legal PID

      lpidExpiry integer

      expiry of the legal PID

      wuaStatus string

      status of the wallet unit attestation

      wuaExpiry string

      expiry of the wallet unit attestation

      issuedCredentials number

      total number of issued credentials

      verifications number

      total number of verifications

      lastActivity string

      timestamp for the last activity for the organisation

    • ]
    • 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...