{ "opencollection": "1.0.0", "info": { "name": "Snov.io Authentication User API", "version": "2.0" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Check user balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.snov.io/v1/user-balance", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the current credit balance and usage information for the account." } ] } ], "bundled": true }