{ "opencollection": "1.0.0", "info": { "name": "UpLead Account API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get remaining credit balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.uplead.com/v2/credits" }, "docs": "Returns the current API credit balance for the authenticated account." } ] } ], "bundled": true }