Skip to main content

List organisation wallet units

GET 

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

This endpoint is used by wallet provider for listing organisation wallet units.

Request

Query Parameters

    lpidStatus string

    status of legal PID

    wuaStatus string

    status of Wallet unit attestation

    organisationName string

    name of the organisation

    offset integerrequired

    Requested index for start of resources to be provided in response requested by client

    limit integerrequired

    Default value: 10

    Number of items returned per page. Requested number of resources to be provided in response requested by client.

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