Security
oauth2(Required scopes: card:list) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/people/{personId}/loans/{loanId}/cards?showPan=true&showCvv=true&refresh=true&status=string&limit=25&offset=0&startingAfter=string&endingBefore=string&sortBy=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- Virtual card
- Credit card
{ "count": 0, "status": 0, "data": [ { … } ] }