{ "opencollection": "1.0.0", "info": { "name": "Bandcamp Account API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "List bands accessible to the authenticated account", "type": "http" }, "http": { "method": "POST", "url": "https://bandcamp.com/api/account/1/my_bands", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List bands accessible to the authenticated account" } ] } ], "bundled": true }