curl --request GET \
--url https://api.machines.cash/user/v1/cards \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}List cards
When to use this: Show available cards for account and agent actions.
Required scope: cards.read.
curl --request GET \
--url https://api.machines.cash/user/v1/cards \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}