{ "opencollection": "1.0.0", "info": { "name": "Brightcove Analytics API Reference Access Tokens Profiles API", "version": "1.0.0" }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "Get All Ingest Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/profiles", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account ID." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get an array of all the profiles valid for the account " }, { "info": { "name": "Create Ingest Profile", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/profiles", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account ID." } ], "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 a custom ingest profile for the account. Note that you can also do this through Video Cloud Studio" }, { "info": { "name": "Get Ingest Profile", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/profiles/:profile_id", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account ID." }, { "name": "profile_id", "value": "", "type": "path", "description": "The ingest profile ID." } ] }, "docs": "Get an ingest profile by its id" }, { "info": { "name": "Update Ingest Profile", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/profiles/:profile_id", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account ID." }, { "name": "profile_id", "value": "", "type": "path", "description": "The ingest profile ID." } ], "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 a custom ingest profile for the account. Note that you can also do this through Video Cloud Studio" }, { "info": { "name": "Delete Ingest Profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/profiles/:profile_id", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account ID." }, { "name": "profile_id", "value": "", "type": "path", "description": "The ingest profile ID." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a custom ingest profile for the account. Note that you can also do this through Video Cloud Studio" } ] } ], "bundled": true }