{ "opencollection": "1.0.0", "info": { "name": "Lean Authentication Account on File Consents API", "version": "1.0" }, "items": [ { "info": { "name": "Consents", "type": "folder" }, "items": [ { "info": { "name": "Lean Create Aof Consent", "type": "http" }, "http": { "method": "POST", "url": "https://auth.leantech.me/consents/account-on-file", "body": { "type": "json", "data": "{}" } }, "docs": "Lean Create Aof Consent" }, { "info": { "name": "Lean List Customer Consents", "type": "http" }, "http": { "method": "GET", "url": "https://auth.leantech.me/consents/v1", "params": [ { "name": "customer_id", "value": "", "type": "query" } ] }, "docs": "Lean List Customer Consents" }, { "info": { "name": "Lean Get Consent Details", "type": "http" }, "http": { "method": "GET", "url": "https://auth.leantech.me/consents/:consent_id", "params": [ { "name": "consent_id", "value": "", "type": "path" } ] }, "docs": "Lean Get Consent Details" }, { "info": { "name": "Lean Fetch Consent Balance", "type": "http" }, "http": { "method": "GET", "url": "https://auth.leantech.me/consents/:consent_id/balance", "params": [ { "name": "consent_id", "value": "", "type": "path" } ] }, "docs": "Lean Fetch Consent Balance" }, { "info": { "name": "Lean Get Consent History", "type": "http" }, "http": { "method": "GET", "url": "https://auth.leantech.me/consents/:consent_id/history", "params": [ { "name": "consent_id", "value": "", "type": "path" } ] }, "docs": "Lean Get Consent History" } ] } ], "bundled": true }