Skip to main content

List wallet units

GET 

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

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

Request

Query Parameters

    holderDid string

    Decentralized Identifier(DID) of the holder

    platform string

    Platform

Responses

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

      Identifier for the credential

      clientId stringrequired

      Identifier for the client. For e.g. DID or URL e.t.c

      clientUrl string

      the url of the client

      clientPublicKey objectrequired

      Public key of the client

      isAuthorised boolean

      Indicates that the wallet unit is authorised

      assertionToken string

      Client assertion token of the wallet unit

      assertionTokenType string

      Client assertion token type

      createdAt number

      Timestamp when the record was created.

      updatedAt number

      Timestamp when the record was updated.

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