Digital wallets
List digital wallets
Returns a list of all registered digital wallets.
GET
/
digital-wallets
This endpoint requires the digital-wallets.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
A list of registered digital wallets.
items
object[]
A list of registered digital wallets.
Was this page helpful?