{ "opencollection": "1.0.0", "info": { "name": "Zendit Account API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Zendit Get Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.zendit.io/v1/balance", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve wallet balance and currency information." } ] } ], "bundled": true }