{ "opencollection": "1.0.0", "info": { "name": "Brightcove Analytics API Reference Access Tokens Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "List Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/credentials", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "X-API-KEY", "value": "" } ] }, "docs": "This endpoint can be used to get user credentials for a given user provided one has an API key." }, { "info": { "name": "Create Credential", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.api.brightcove.com/credentials", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "X-API-KEY", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new credential. " }, { "info": { "name": "Update Credential", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.api.brightcove.com/credentials/:credential_id", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "X-API-KEY", "value": "" } ], "params": [ { "name": "credential_id", "value": "", "type": "path", "description": "A credential ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a credential. " }, { "info": { "name": "Delete Credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.api.brightcove.com/credentials/:credential_id", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "X-API-KEY", "value": "" } ], "params": [ { "name": "credential_id", "value": "", "type": "path", "description": "A credential ID" } ] }, "docs": "Delete a credential. " } ] } ], "bundled": true }