Skip to main content

Returns all wallet cards

GET 

/api/v1/mgmt/card/:walletUuid/list

Gets all cards of the wallet by the wallets id

Request

Query Parameters

    walletUuid stringrequired

Header Parameters

    apiKey stringrequired

    Default value: apiKey

    apiKey

Responses

OK

Schema
  • Array [
  • accountId string
    cycleNextResetDate integer
    cyclePeriod string
    disabled boolean
    id string
    limit integer
    metadata object
    property name* any
    unlimited boolean
    walletId string
  • ]
Loading...