{ "opencollection": "1.0.0", "info": { "name": "Podbean Analytics API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.podbean.com/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Podcast download reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.podbean.com/v1/analytics/podcastReports", "params": [ { "name": "access_token", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "Returns download/listen counts for the authorized podcast over a date range." }, { "info": { "name": "Podcast engagement reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.podbean.com/v1/analytics/podcastEngagementReports", "params": [ { "name": "access_token", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "Returns listener engagement data for the authorized podcast over a date range." }, { "info": { "name": "Advertising reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.podbean.com/v1/analytics/advertiseReports", "params": [ { "name": "access_token", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "Returns advertising/monetization report data for the authorized podcast." } ] } ], "bundled": true }