Skip to main content

Returns all account cards

GET 

/api/v1/mgmt/card/list

Gets all cards of the account

Request

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