{ "opencollection": "1.0.0", "info": { "name": "Brightcove Analytics API Reference Access Tokens Ad Configurations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Ad Configurations", "type": "folder" }, "items": [ { "info": { "name": "List the ad configurations for the account", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/ssai_configs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "ID of the account to query video statuses for" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List the ad configurations defined for an account." }, { "info": { "name": "Create an ad configuration", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/ssai_configs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "ID of the account to query video statuses for" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create an ad configuration" }, { "info": { "name": "Get ad configurations details", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/ssai_configs/:config_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "ID of the account to query video statuses for" }, { "name": "config_id", "value": "", "type": "path", "description": "ID of the ad configuration" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the details of an ad configurations defined for an account." }, { "info": { "name": "Update an ad configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/ssai_configs/:config_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "ID of the account to query video statuses for" }, { "name": "config_id", "value": "", "type": "path", "description": "ID of the ad configuration" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an ad configuration" } ] } ], "bundled": true }