{ "opencollection": "1.0.0", "info": { "name": "Bandcamp Account Sales API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sales", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a synchronous sales report", "type": "http" }, "http": { "method": "POST", "url": "https://bandcamp.com/api/sales/4/sales_report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a synchronous sales report" }, { "info": { "name": "Generate a sales report asynchronously", "type": "http" }, "http": { "method": "POST", "url": "https://bandcamp.com/api/sales/4/generate_sales_report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a sales report asynchronously" }, { "info": { "name": "Fetch a previously generated sales report", "type": "http" }, "http": { "method": "POST", "url": "https://bandcamp.com/api/sales/4/fetch_sales_report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetch a previously generated sales report" } ] } ], "bundled": true }