{ "opencollection": "1.0.0", "info": { "name": "Brightcove Analytics API Reference Access Tokens Client Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "Client Credentials", "type": "folder" }, "items": [ { "info": { "name": "Get Client Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/client_credentials", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "origin_account_ids", "value": "1752604059001,57838016001", "type": "query", "description": "account id(s) to fetch credentials for." } ] }, "docs": "Get an array of client credentials for one or more accounts " }, { "info": { "name": "Create Client Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.api.brightcove.com/client_credentials", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create client credential, consisting of a client-id and client_secret used in getting an access token for one or more APIs Note: client credentials are permanent unless revoked, but you must save the client secret when you create it - it can never be retrieved again." }, { "info": { "name": "Update Client Credentials", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.api.brightcove.com/client_credentials/:client_id", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "client_id", "value": "", "type": "path", "description": "client id for the credential" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a client credential " }, { "info": { "name": "Delete Client Credentials", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.api.brightcove.com/client_credentials/:client_id", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "client_id", "value": "", "type": "path", "description": "client id for the credential" } ] }, "docs": "Delete a client credential" } ] } ], "bundled": true }