GET
/
card
/
wallet
/
free
Wallets without Cards
curl --request GET \
  --url https://nini.monieswitch.com/card/wallet/free \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
size
integer
type
string

PHYSICAL, VIRTUAL

Body

application/json · object

Response

200

Wallets without Cards - Successful