{ "opencollection": "1.0.0", "info": { "name": "Pismo Accounts Cards API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "Create card", "type": "http" }, "http": { "method": "POST", "url": "https://api.pismo.io/wallet/v2/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Issues a physical or virtual card for an account." }, { "info": { "name": "Get card", "type": "http" }, "http": { "method": "GET", "url": "https://api.pismo.io/wallet/v1/cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path" } ] }, "docs": "Get card" }, { "info": { "name": "List cards for customer and account", "type": "http" }, "http": { "method": "GET", "url": "https://api.pismo.io/wallet/v1/customers/:customerId/accounts/:accountId/cards", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List cards for customer and account" } ] } ], "bundled": true }