{ "opencollection": "1.0.0", "info": { "name": "Podbean Analytics Podcast 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": "Podcast", "type": "folder" }, "items": [ { "info": { "name": "Get the authorized podcast", "type": "http" }, "http": { "method": "GET", "url": "https://api.podbean.com/v1/podcast" }, "docs": "Returns the profile and settings of the podcast the access token is bound to." } ] } ], "bundled": true }