{ "opencollection": "1.0.0", "info": { "name": "Brightcove Analytics API Reference Access Tokens Plugin Registry API", "version": "1.0.0" }, "items": [ { "info": { "name": "Plugin Registry", "type": "folder" }, "items": [ { "info": { "name": "Get all plugins", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/plugins", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "template_version", "value": "", "type": "query", "description": "Limit results to plugins compatible with a specific player template version." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all plugins" }, { "info": { "name": "Get a single plugin", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/plugins/:plugin_id", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "plugin_id", "value": "", "type": "path", "description": "The plugin ID in the Plugin Registry." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a single plugin" } ] } ], "bundled": true }