curl --request POST \
--url https://api.machines.cash/user/v1/cards/{cardId}/secrets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Fetch card secrets
When to use this: Retrieve encrypted card details (PAN/CVC/expiry) for a card.
Required scope: cards.secrets.read.
curl --request POST \
--url https://api.machines.cash/user/v1/cards/{cardId}/secrets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
The body is of type object.