{ "opencollection": "1.0.0", "info": { "name": "Decentro KYC & Onboarding Accounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "client_secret", "value": "{{client_secret}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create a ledger account", "type": "http" }, "http": { "method": "POST", "url": "https://in.decentro.tech/v2/ledger/account" }, "docs": "Create a ledger account" }, { "info": { "name": "Get a ledger account", "type": "http" }, "http": { "method": "GET", "url": "https://in.decentro.tech/v2/ledger/account/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a ledger account" } ] } ], "bundled": true }