{"info":{"_postman_id":"bb525e57-53af-4e27-b955-c2e40598c765","name":"REST APIs V2","description":"<html><head></head><body><p>MainStreaming APIs allow you to create, update, and manage content on the MainStreaming platform in order to distribute them in the world in the best way.</p>\n<p>This document is created for developers who want to integrate MainStreaming services inside their workflow.</p>\n<p>Our APIs are based on the REST methodology: they are made up of intuitive, resource-oriented URLs and use HTTP statuse codes for error handling.</p>\n<p>We use JSON Web Tokens (JWT) as a mechanism to transport auth claims and through credentials it is possible to generate tokens to interact with our secure and efficient APIs.</p>\n<p>The APIs are protected by permissions, called scopes, which must be specified when generating a token: tokens may have all the scopes available to your credentials or may be limited to a subset of them for specific purposes.</p>\n<p>It's also possible to limit the IP addresses from which a token will be allowed to be used, or to not limit the set of IP addresses, which is more common in cloud environments.</p>\n<p>The standard format used throughout our APIs is JSON, for both successful responses and failed ones.</p>\n<p>NB: The double curly brackets (ex: {{string}}) must not be included in your codes. We use them to indicate the insertion of a variable.</p>\n<h2 id=\"api-areas\">API AREAS</h2>\n<p>Our APIs are divided into different macro areas:</p>\n<ul>\n<li><p>Authentication API: creation and view of token status</p>\n</li>\n<li><p>Property Management API: configuration and view of property status</p>\n</li>\n<li><p>Media Asset Management API: complete management of on-demand, playlist, live and origin content</p>\n</li>\n<li><p>Encoding Profiles API: creation of encoding profiles for content</p>\n</li>\n<li><p>Player Management API: creation of player skins</p>\n</li>\n<li><p>Activities API: list of activities performed through the tokens connected to the property</p>\n</li>\n<li><p>CDN Management API: management of CDN-level resources, like security profiles</p>\n</li>\n</ul>\n<h2 id=\"endpoint\">ENDPOINT</h2>\n<p>The public endpoint for our API library is: <a href=\"https://api.msmdn.net/v2\">https://api.msmdn.net/v2</a> .</p>\n<p>If White Label mode is configured, the MainStreaming DNS proxy will allow you to access the endpoint within your root domain. Example: <a href=\"https://api.mydomain.com/v2\">https://api.mydomain.com/v2</a></p>\n<h2 id=\"request-methods\">REQUEST METHODS</h2>\n<p>Following the REST methodology, with an eye for a pragmatic approach, we use the typical HTTP methods to express different kinds of actions.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET</td>\n<td>Request one or more resources</td>\n</tr>\n<tr>\n<td>POST</td>\n<td>Create a resource and execute certain custom actions</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td>Update a resource</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td>Delete a resource</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"http-success-status-codes\">HTTP SUCCESS STATUS CODES</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success - Request successfully completed</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Created - Request successfully created (POST calls)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"http-error-status-codes\">HTTP ERROR STATUS CODES</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request - Parameters sent are incorrect</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized - Missing token or incorrect syntax</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden - Insufficient permissions or expired tokens</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found - Element not found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Not Allowed - Invalid request</td>\n</tr>\n<tr>\n<td>415</td>\n<td>Unsopported Media Type - Content-Type invalid</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Error - Internal system error (contact us)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-data\">RESPONSE DATA</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>integer</td>\n<td>Answering code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Textual status of the answer</td>\n</tr>\n<tr>\n<td>isSuccessStatusCode</td>\n<td>boolean</td>\n<td>Boolean that rappresent if the api call has been success or not</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object of a get call that returns a specific element</td>\n</tr>\n<tr>\n<td></td>\n<td>array</td>\n<td>List of objects of a get call that returns multiple elements</td>\n</tr>\n<tr>\n<td></td>\n<td>boolean</td>\n<td>Boolean of a put or delete call that identifies the status of the operation</td>\n</tr>\n<tr>\n<td></td>\n<td>string</td>\n<td>A string or guid that represents the identfier of an element created</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"http-request-required-fields\">HTTP REQUEST REQUIRED FIELDS</h2>\n<p>Throughout the document we’ve indicated required fields to pass to the APIs by adding an asterisk next to the name/field.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5221006","collectionId":"bb525e57-53af-4e27-b955-c2e40598c765","publishedId":"S1a8zQoH","public":true,"customColor":{"top-bar":"303030","right-sidebar":"303030","highlight":"EB222F"},"publishDate":"2019-12-10T13:07:30.000Z"},"item":[{"name":"Authentication","item":[{"name":"Create Token","id":"56e265da-3b7c-4f2e-b9ec-0517808807fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"clientId\": \"{{string*}}\",\n\t\"clientSecret\": \"{{string*}}\",\n\t\"scopeAllowed\": \"{{string,string,...*}}\",\n\t\"authorizedIpList\": \"{{string}}\"\n}"},"url":"https://api.msmdn.net/v2/token","description":"<ol>\n<li><p>Generate a token with the specified user credentials (client id + client secret).</p>\n</li>\n<li><p>One or more scopes must be assigned to authorize a call to our APIs.</p>\n</li>\n</ol>\n<p>More than one scope can be assigned to a single token depending on the features enabled in the property.</p>\n<p>Token must be reused until the expiration date.<br />Token generation is rate limited.</p>\n<p><strong>REQUEST FIELDS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD</th>\n<th>TYPE</th>\n<th>EXAMPLE</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>123456789</td>\n</tr>\n<tr>\n<td>clientSecret</td>\n<td>string</td>\n<td>!!abcdefghilmnopqrstuvz$$</td>\n</tr>\n<tr>\n<td>authorizedIpList</td>\n<td>string</td>\n<td>1.1.1.1,2.2.2.2</td>\n</tr>\n<tr>\n<td>scopeAllowed</td>\n<td>string</td>\n<td>VOD,AOD,PROPERTY</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>RESPONSE FIELDS: Single Token</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD</th>\n<th>TYPE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accessToken</td>\n<td>string</td>\n<td>Variable length token that will let you authenticate the APIs</td>\n</tr>\n<tr>\n<td>scope</td>\n<td>string</td>\n<td>List of enabled Scopes separated by a comma</td>\n</tr>\n<tr>\n<td>authorizedIpList</td>\n<td>string</td>\n<td>List of authorized IPs separated by a comma</td>\n</tr>\n<tr>\n<td>expireDateUTC</td>\n<td>datetime</td>\n<td>Token expiration date</td>\n</tr>\n<tr>\n<td>lastRequestDateUTC</td>\n<td>datetime</td>\n<td>Last used request date of this Token</td>\n</tr>\n<tr>\n<td>useCounter</td>\n<td>int</td>\n<td>Number of times you used the Token (deprecated)</td>\n</tr>\n<tr>\n<td>revocated</td>\n<td>bool</td>\n<td>Token revocation (deprecated)</td>\n</tr>\n<tr>\n<td>limitUsage</td>\n<td>int</td>\n<td>Token usage limit (deprecated)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v2","token"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[{"id":"f4630de2-6f11-44fd-a0cb-2998c891da42","name":"Create Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"clientId\": \"{{string*}}\",\n\t\"clientSecret\": \"{{string*}}\",\n\t\"scopeAllowed\": \"{{string,string,...*}} ex: VOD,AOD,PROPERTY\",\n\t\"authorizedIpList\": \"{{string}} ex: 192.168.0.1\"\n}"},"url":"https://api.msmdn.net/v2/token"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"bMGLS7xVSBGNu2t8rPp7TmwwThjpndZmrakyv5a54gWsSqQR6GSSbK8g9pLrpvEzJyHGc5wKv4VDz7EuTPMSYQTAyLmEETaRDfqbQzXScmSTzAjWES8SHh6bXBRZxXzZfcHZ7BAAJeNVdwTbn5y58Pnha6eyx5KDY4t6G33zWGTsJHqTtNMKbvuJhgqZpKkDukU6NFZmMjDBuDHHthJsBFFUYkgpdAKGyBKGWbGgssPJyVN39VgEgBayzxFfPhJTFzfT66wBDF4nzPYEF9yu3eLAVJxxubbREkhd2xLysexkZCV3ZwZaFFvJCPfkpn5YmXLBauzDhnxePx6ATxLkx59bVUChtg7kXz8Q23qhJexDrLxeHAJYtfP4YXQYVG2szd6wngYLY8eeCH3n5LdGY5au277b2ZNPUFJKu9mRJ5UXmWQ4wBwL96hVs5Tt4kP7pwzG5mzhktHytXVHqpXcgXAE6cwvSQJqCSBwtZaVQjakVtu9G3GcLXDxJnnQWKBB\",\n    \"scope\": \"VOD,AOD\",\n    \"authorizedIpList\": \"x.x.x.x\",\n    \"expireDateUTC\": \"2019-07-18T06:28:45.9164853+00:00\",\n    \"lastRequestDateUTC\": \"2019-07-17T06:28:45.9164863+00:00\",\n    \"useCounter\": 0,\n    \"revocated\": false\n}"}],"_postman_id":"56e265da-3b7c-4f2e-b9ec-0517808807fe"}],"id":"863ba61c-d895-4bed-9b88-4cd42ce6868b","description":"<h2 id=\"limitation-and-suggestions\">Limitation and Suggestions</h2>\n<ul>\n<li><p>Credentials, and tokens generated with APIs, are associated to the single MainStreaming property they are associated with. If there is more than one property, there will be the need to provide additional parent credentials of the additional properties needing access.</p>\n</li>\n<li><p>We take security VERY seriously: tokens MUST be generated in a secured/safe environment, and we HIGHLY discourage creation of tokens within, for example, your publicly available frontend. Violation of this could result in temporary suspension of the service.</p>\n</li>\n<li><p>Secret keys must NEVER be made public.</p>\n</li>\n<li><p>If a token is generated with a certain set of scopes, the token will be usable to manage resources related only to those scopes.</p>\n</li>\n<li><p>Each token has an expiration date applied. This is designated by the default duration time set with your property. After this expiration time, the token will become automatically invalid, and a new one must be created.</p>\n</li>\n<li><p>According to your specific MainStreaming plan, a property may (or may not) have a monthly API call limit. This is important to keep in mind because once the limit is reached the service will remain available, however additional surcharges may be applied.</p>\n</li>\n</ul>\n<h2 id=\"api-call-header-authorization\">API Call Header Authorization</h2>\n<p>To authenticate API calls, simply include the standard Authorization HTTP header with the Bearer token previously generated, like this:</p>\n<p><code>curl --location --request GET \"https://api.msmdn.net/v2/{{section}} \" --header \"Authorization: Bearer {{token}}\"</code></p>\n<p>All API requests must be performed securely by using the HTTPS protocol. Calls made without SSL will be rejected. Requests made without authentication will also be rejected with a HTTP 401 error returned.</p>\n<h2 id=\"scope-protection\">Scope Protection</h2>\n<p>Our API are protected by scopes that will be included in the creation of tokens.</p>\n<h2 id=\"available-scopes\">Available Scopes</h2>\n<p>Scopes can be enabled. Each scope gives the authorization to call a specific set of APIs but some of these need more than one scope to be authorized.</p>\n<p>All Scopes Available:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scope</th>\n<th>Feature Enablement</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PROPERTY</td>\n<td>Property management</td>\n</tr>\n<tr>\n<td>ENCODING_PROFILE</td>\n<td>Encoding profiles and renditions management</td>\n</tr>\n<tr>\n<td>CDN</td>\n<td>CDN management</td>\n</tr>\n<tr>\n<td>DELIVERY_TTL</td>\n<td>TTL Regex rules management</td>\n</tr>\n<tr>\n<td>DELIVERY_HEADERS</td>\n<td>Custom Headers management</td>\n</tr>\n<tr>\n<td>HOSTNAME</td>\n<td>Hostname management</td>\n</tr>\n<tr>\n<td>LIVE_AUDIO</td>\n<td>Live event audio content management</td>\n</tr>\n<tr>\n<td>LIVE_VIDEO</td>\n<td>Live event video content management</td>\n</tr>\n<tr>\n<td>LIVE_REC</td>\n<td>Live event recording enabled</td>\n</tr>\n<tr>\n<td>LIVE_MULTICAMERA</td>\n<td>Live event multicamera enabled</td>\n</tr>\n<tr>\n<td>LIVE_VIDEOENC</td>\n<td>Live event transcoding enabled</td>\n</tr>\n<tr>\n<td>LIVE_DVR</td>\n<td>Live event DVR enabled</td>\n</tr>\n<tr>\n<td>RESTREAM</td>\n<td>Restream naked management</td>\n</tr>\n<tr>\n<td>PLAYLIST</td>\n<td>Playlist content management</td>\n</tr>\n<tr>\n<td>HTTP_ORIGIN_PULL</td>\n<td>HTTP Origin Pull management</td>\n</tr>\n<tr>\n<td>HTTP_ORIGIN_PUSH</td>\n<td>HTTP Origin Push management</td>\n</tr>\n<tr>\n<td>AOD</td>\n<td>OnDemand audio content management</td>\n</tr>\n<tr>\n<td>VOD</td>\n<td>OnDemand video content management</td>\n</tr>\n<tr>\n<td>PLAYER_STYLE</td>\n<td>Player skins management</td>\n</tr>\n<tr>\n<td>SECFIL</td>\n<td>CDN security rules management</td>\n</tr>\n<tr>\n<td>SECFIL_DOMAIN</td>\n<td>CDN security rules domain filters enabled</td>\n</tr>\n<tr>\n<td>SECFIL_GEO</td>\n<td>CDN security rules geo filters enabled</td>\n</tr>\n<tr>\n<td>SECFIL_IP</td>\n<td>CDN security rules ip filters enabled</td>\n</tr>\n<tr>\n<td>TOKENIZATION</td>\n<td>Tokens management and CDN security rules token filters enabled</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"token-management\">Token Management</h2>\n<p>With credentials, the user will be authorized to generate tokens that allow the use of our APIs.</p>\n<p>There is one main token management API call:</p>\n<ol>\n<li>Create Token</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"4708b309-484e-4b82-abd8-7d8973c76df2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5831f071-7b2f-4220-a8b5-8f540b265b37","type":"text/javascript","exec":[""]}}],"_postman_id":"863ba61c-d895-4bed-9b88-4cd42ce6868b"},{"name":"Property","item":[{"name":"Property Settings","item":[{"name":"Get Property","id":"7b260a94-1455-49f5-9b99-b9dbccad45e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/property","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Provides information about the property connected to the token being used.</p>\n","urlObject":{"protocol":"https","path":["v2","property"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[{"id":"ff7498e9-7a9a-43d6-b366-f2dc2716459c","name":"Get Property","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/property"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"gidProperty\": \"xx6c2c7a-b745-xx56-b3xx-99aa0282eaxx\",\n    \"idService\": 1999,\n    \"gidEncodingProfileOnDemand\": \"xx8c3395-xx03-45xx-9651-bd7226b319xx\",\n    \"gidEncodingProfileLive\": \"xx11eba9-xx8e-47d2-99xx-0b92454e6dxx\",\n    \"title\": \"Test Property\",\n    \"active\": true,\n    \"lastAccessUtc\": \"2019-07-03T15:11:18.517\",\n    \"currency\": \"EUR\",\n    \"note\": \"\",\n    \"enabledFeatureTags\": \"PROPERTY,VOD,AOD,LIVE_EVENT\",\n    \"spaceTotal\": 644245094400,\n    \"bandwidthTotal\": 2199023255552,\n    \"spaceAvailable\": 616841130865,\n    \"overflowSpace\": false,\n    \"bandwidthUsed\": 0,\n    \"spaceUsed\": 27403963535,\n    \"progressiveDelivery\": true,\n    \"gidSkin\": \"3a1ffd00-6ed1-4956-93e9-4254b521705e\",\n    \"v1ApiEnable\": false,\n    \"apiCustomerFlag\": false,\n    \"isTrial\": false,\n    \"serviceCancellation\": 0,\n    \"deliveryMode\": 1,\n    \"propertyCode\": \"S0199900999\",\n    \"suspension\": 0\n}"}],"_postman_id":"7b260a94-1455-49f5-9b99-b9dbccad45e6"},{"name":"Update Property","id":"13303571-e295-465b-a16f-d05e02391791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"{{string*}}\",\n\t\"note\": \"{{string}}\"\n}"},"url":"https://api.msmdn.net/v2/property","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Edits the title and notes.</p>\n","urlObject":{"protocol":"https","path":["v2","property"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"13303571-e295-465b-a16f-d05e02391791"},{"name":"Update Security Profile Property","id":"f0832f75-a2e9-4ed8-9bf4-d4e2dab3bec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.msmdn.net/v2/property/security?gidSecurityProfile={{string*}}&staging={{boolean*}}&production={{boolean*}}","description":"<p><code>SCOPES: PROPERTY, SECFIL</code></p>\n<p>Edits the security profile of the CDN, placing it in staging or production.</p>\n","urlObject":{"protocol":"https","path":["v2","property","security"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>ID of the security profile to be modified</p>\n","type":"text/plain"},"key":"gidSecurityProfile","value":"{{string*}}"},{"description":{"content":"<p>Sets the profile in staging</p>\n","type":"text/plain"},"key":"staging","value":"{{boolean*}}"},{"description":{"content":"<p>Sets the profile in production</p>\n","type":"text/plain"},"key":"production","value":"{{boolean*}}"}],"variable":[]}},"response":[],"_postman_id":"f0832f75-a2e9-4ed8-9bf4-d4e2dab3bec2"},{"name":"Property Default On-Demand Encoding Profile","id":"ff6252b5-3102-45b1-9816-9f8daaee1734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.msmdn.net/v2/property/encoding/{{gidEncodingProfile}}/live","description":"<p><code>Scopes: PROPERTY, ENCODING_PROFILE</code></p>\n<p>Changes the default on-demand encoding profile. If content is uploaded without a specified encoding profile, this one will be used.</p>\n","urlObject":{"protocol":"https","path":["v2","property","encoding","{{gidEncodingProfile}}","live"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff6252b5-3102-45b1-9816-9f8daaee1734"},{"name":"Property Default Live Event Encoding Profile","id":"b0fef159-02e5-4295-bdbe-e9e77abdd470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.msmdn.net/v2/property/encoding/{{gidEncodingProfile}}/ondemand","description":"<p><code>Scopes: PROPERTY, ENCODING_PROFILE</code></p>\n<p>Changes the default live encoding profile. When creating a live event, if a specific encoding profile is not specified, this default live encoding profile will be used.</p>\n","urlObject":{"protocol":"https","path":["v2","property","encoding","{{gidEncodingProfile}}","ondemand"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0fef159-02e5-4295-bdbe-e9e77abdd470"},{"name":"Property Default Player Skin","id":"0c246bfb-defb-49a6-befc-a3a6d04b167e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.msmdn.net/v2/property/player/{{gidPlayer}}/ondemand","description":"<p><code>Scopes: PROPERTY, PLAYER_STYLE</code></p>\n<p>Changes the default player skin. If a Skin is not specified in the embedding of a content within our player, the default one will be automatically selected.</p>\n","urlObject":{"protocol":"https","path":["v2","property","player","{{gidPlayer}}","ondemand"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c246bfb-defb-49a6-befc-a3a6d04b167e"}],"id":"00c626f7-637c-45fa-ae6e-c03e4e6859d5","_postman_id":"00c626f7-637c-45fa-ae6e-c03e4e6859d5","description":""},{"name":"Picture Profile","item":[{"name":"List Picture Profile","id":"25bd6bcc-6d5a-4e5b-aafb-a723acb14357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/property/picture/profile/list","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>List every picture profile of the property.</p>\n","urlObject":{"protocol":"https","path":["v2","property","picture","profile","list"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"25bd6bcc-6d5a-4e5b-aafb-a723acb14357"},{"name":"Get Picture Profile","id":"52827b38-3700-4bb5-8cc3-3d8fbbf734df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/property/picture/profile?name={{name}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Get a specific picture profile of the property.</p>\n","urlObject":{"protocol":"https","path":["v2","property","picture","profile"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{name}}"}],"variable":[]}},"response":[],"_postman_id":"52827b38-3700-4bb5-8cc3-3d8fbbf734df"},{"name":"Put Picture Profile","id":"f8361d5e-6b12-445b-8de7-c73096013fee","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnRJRCI6ImdpYW5uaUBsaXZlLmNvbSIsIkxhc3RSZXF1ZXN0RGF0ZVVUQyI6IjIvMjIvMjEgNToxMDowNSBQTSIsIkVtYWlsIjoiZ2lhbm5pQGxpdmUuY29tIiwiSWRVc2VyIjoxNTIsIklwUmVxdWVzdGVkQnkiOiIxMjcuMC4wLjEiLCJuYmYiOjE2MTQwMTM4MDUsImV4cCI6MTYxNDA0OTgwNSwiaWF0IjoxNjE0MDEzODA1LCJpc3MiOiJDQVBJIiwiYXVkIjoiQ0FQSSJ9.gZie-u6IoKdAdjmNNl6OQ2JIkvhnaS2WIzsQY3GU4mA"},{"key":"Container","value":"eyJNU0FjY2VzcyI6InRydWUiLCJQcm9wZXJ0eSI6IjJhNWUyYjE5LTVkNTctNGMwOS1iODc3LWY4MDAwNGFmZjBjZiIsIlNlcnZpY2UiOjM2NzR9","type":"text"},{"key":"Host","value":"api.msmdn.net","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"testd api\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://10.209.0.11/v2/mam/library/folder","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Get a specific picture profile of the property.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder"],"host":["10","209","0","11"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8361d5e-6b12-445b-8de7-c73096013fee"}],"id":"292f02a3-bac7-4b63-b70b-bc2ba9afe919","description":"<p>You may apply picture profiles to gallery and thumbnail images to download them with various settings.\nYou may have at most 12.\nYou may choose from the default picture profiles named: \"S\", \"M\", \"L\".</p>\n<p><em>Picture Profile Fields</em></p>\n<ul>\n<li>Width: number field between 10 and 10000</li>\n<li>Height: number field between 10 and 10000</li>\n<li>Quality: number field between 1 and 10</li>\n<li>Fit: enum <pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Clip = 0,       // Cuts image, starting from the top left corner\nStretch = 1,    // Stretches image to the passed height, width.\nZoom = 3        // Centers the image according to height, width\n</code></pre></li>\n<li>Format: enum <pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Auto = -1,\nJpeg = 102,\nPng = 168,\nWebP = 235\n</code></pre></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9a46d6c4-2bc3-4fea-9b5e-74591d38e5f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9e84c005-e509-4bdc-b322-e42ec95c6a9b","type":"text/javascript","exec":[""]}}],"_postman_id":"292f02a3-bac7-4b63-b70b-bc2ba9afe919"}],"id":"090b04f3-7931-4d3f-a198-2895cf9af55c","description":"<p>MainStreaming uses the term “property” to define “parent accounts” within a single user account. Each property can contain individual user accounts for additional security.</p>\n<p>With these property API’s, view a property, modify its general settings and encoding profiles, and check the status of CDN security profiles.</p>\n","_postman_id":"090b04f3-7931-4d3f-a198-2895cf9af55c"},{"name":"Media Assets Management","item":[{"name":"Content Delivery","item":[{"name":"Publish Content Schedule","id":"df9a1373-5886-49f3-9d95-54d4ac9105ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/delivery/{{contentID}}/schedule/{{scheduleDate}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>It sets the content ready to be delivered (published) or it sets a schedule date to publish the content in the future.</p>\n<p>MainStreaming uses the terms \"publish\" and \"unpublish\" when referring to content being put \"in\" or \"out\" of production.</p>\n<p>Example of scheduleDate param is: 2021-01-01T18:10:01</p>\n<p>NB: scheduleDate param must be an UTC date. The format is 24 hours.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","delivery","{{contentID}}","schedule","{{scheduleDate}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"df9a1373-5886-49f3-9d95-54d4ac9105ff"},{"name":"Unpublish Content","id":"21305ad1-7baa-48d6-9c7f-a8fde5c80fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/delivery/{{contentID}}/unpublish","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Makes content not ready for delivery (unpublished). MainStreaming uses the terms \"publish\" and \"unpublish\" when referring to content being put \"in\" or \"out\" of production.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","delivery","{{contentID}}","unpublish"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"21305ad1-7baa-48d6-9c7f-a8fde5c80fbf"}],"id":"80316a98-04e7-4f5f-bd20-43c248e0de25","event":[{"listen":"prerequest","script":{"id":"5b299514-2ad6-4742-94b9-af3b6b27830a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51c7566c-4e27-4958-bc3d-88751b7ad498","type":"text/javascript","exec":[""]}}],"_postman_id":"80316a98-04e7-4f5f-bd20-43c248e0de25","description":""},{"name":"Folder","item":[{"name":"List Folders","id":"629fba53-32c0-41c6-8cc9-fffd334b7d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder?withCounters={{true/false}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Lists folders within the library root. If the gidParentFolder parameter is left blank (null), the system will return a list of folders within the library root, if this doesn’t happen, it will return the folders list to the requested parente folder.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If specified and set to true, computes content and folder counters that will be set in folder class, otherwise all counter related fields in folder class will be zero</p>\n","type":"text/plain"},"key":"withCounters","value":"{{true/false}}"}],"variable":[]}},"response":[],"_postman_id":"629fba53-32c0-41c6-8cc9-fffd334b7d82"},{"name":"Folder Tree","id":"a042acf7-aca1-4132-bf47-5c61eef3a5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/tree?withCounters={{true/false}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Returns the folder and subfolder tree, without the content.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","tree"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If specified and set to true, computes content and folder counters and depth counters that will be set in folder class, otherwise all counter related fields in folder class will be zero</p>\n","type":"text/plain"},"key":"withCounters","value":"{{true/false}}"}],"variable":[]}},"response":[],"_postman_id":"a042acf7-aca1-4132-bf47-5c61eef3a5a6"},{"name":"Get Folder","id":"91eea6b9-afe4-4a06-be15-e9b15527069d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/:gidFolder?withCounters={{true/false}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Returns the specified folder.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder",":gidFolder"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If specified and set to true, computes content and folder counters that will be set in folder class, otherwise all counter related fields in folder class will be zero</p>\n","type":"text/plain"},"key":"withCounters","value":"{{true/false}}"}],"variable":[{"description":{"content":"<p>The GUID of the folder you want to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{gidFolder}}","key":"gidFolder"}]}},"response":[],"_postman_id":"91eea6b9-afe4-4a06-be15-e9b15527069d"},{"name":"Create Folder","id":"22a65a65-40f4-4785-941c-a48a07348b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"{{string*}}\",\n\t\"gidParentFolder\": \"{{guid}}\"\n}"},"url":"https://api.msmdn.net/v2/mam/library/folder","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Creates a folder for organizing content within the library. </p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"22a65a65-40f4-4785-941c-a48a07348b02"},{"name":"Update Folder Title","id":"b38e38fd-cf59-4a67-afc2-5f44a751d83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/title?name={{string*}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Modifies the folder title.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","title"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"b38e38fd-cf59-4a67-afc2-5f44a751d83a"},{"name":"Default Encoding Live Folder","id":"1d1108ff-66b3-4b8c-841f-9958eda8d2f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/encoding/live?gidEncodingProfile={{string}}","description":"<p><code>SCOPES: PROPERTY, ENCODING_PROFILE</code></p>\n<p>Changes the default encoding profile of the live events folder content.  After creating a live event, if an encoding profile is not specified, the system will use this default profile.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","encoding","live"],"host":["api","msmdn","net"],"query":[{"key":"gidEncodingProfile","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"1d1108ff-66b3-4b8c-841f-9958eda8d2f5"},{"name":"Default Encoding On-Demand Folder","id":"9f798556-f106-4d7f-b81d-b24155eecdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/encoding/ondemand?gidEncodingProfile={{string}}","description":"<p><code>SCOPES: PROPERTY, ENCODING_PROFILE</code></p>\n<p>Changes the default encoding profile of the on-demand folder content. When videos are uploaded in this folder without specifying a profile, the system will use this.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","encoding","ondemand"],"host":["api","msmdn","net"],"query":[{"key":"gidEncodingProfile","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"9f798556-f106-4d7f-b81d-b24155eecdca"},{"name":"Move Folder","id":"2dcd9246-abb6-4e97-9164-a604d36a746f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/move?gidParent={{string}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves a folder inside another folder or to the library root.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","move"],"host":["api","msmdn","net"],"query":[{"key":"gidParent","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"2dcd9246-abb6-4e97-9164-a604d36a746f"},{"name":"Move Bulk Folder","id":"b1a601ae-4523-48e0-83ed-5307acbf97a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n\t\"{{gidFolder}}\",\n\t\"{{gidFolder}}\",\n\t\"...\"\n]"},"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/move?gidParent={{string}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves multiple items (bulk move) into the specified folder in the library.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","move"],"host":["api","msmdn","net"],"query":[{"key":"gidParent","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"b1a601ae-4523-48e0-83ed-5307acbf97a5"},{"name":"Move Content to Folder","id":"d30ebbf7-cd4a-4631-b917-eb3c4e27c13d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/move?gidFolder={{string}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves content to a specified folder or to the library root. </p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","move"],"host":["api","msmdn","net"],"query":[{"key":"gidFolder","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"d30ebbf7-cd4a-4631-b917-eb3c4e27c13d"},{"name":"Move Bulk Content to Folder","id":"6f9e92bc-1009-49db-9e97-7444c54352ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t\"{{contentID}}\",\r\n\t\"{{contentID}}\",\r\n\t\"...\"\r\n]"},"url":"https://api.msmdn.net/v2/mam/library/move/massive?gidFolder={{gidFolder}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves multiple contents (bulk move) into the specified folder in the library.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","move","massive"],"host":["api","msmdn","net"],"query":[{"key":"gidFolder","value":"{{gidFolder}}"}],"variable":[]}},"response":[],"_postman_id":"6f9e92bc-1009-49db-9e97-7444c54352ae"},{"name":"Delete Folder","id":"4c78733c-7b23-4b6c-98bc-242113f75d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Permanently deletes the folder and it's content and subfolders.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c78733c-7b23-4b6c-98bc-242113f75d57"}],"id":"d78496b0-47c1-40b3-98b9-2d87b3e2931e","_postman_id":"d78496b0-47c1-40b3-98b9-2d87b3e2931e","description":""},{"name":"Gallery","item":[{"name":"List Gallery","id":"882ba2c2-efd9-463d-bef0-41b8f94f90d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library/{{contentId}}/gallery","description":"<p><code>SCOPES: GALLERY</code></p>\n<p>Lists gallery images associated to the {{contentId}}.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentId}}","gallery"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"882ba2c2-efd9-463d-bef0-41b8f94f90d6"},{"name":"Post Gallery Image","id":"6f6d4d3f-4597-4dc4-86a0-2abc67730649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"","type":"text"}]},"url":"https://api.msmdn.net/v2/mam/library/{{contentId}}/gallery?name={{name}}","description":"<p><code>SCOPES: GALLERY</code></p>\n<p>Upload an image (.jpg) to add it to the gallery associated to the {{contentId}}. Choose a {{name}} for the image.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentId}}","gallery"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{name}}"}],"variable":[]}},"response":[],"_postman_id":"6f6d4d3f-4597-4dc4-86a0-2abc67730649"},{"name":"Post Gallery Clone","id":"1a2de4db-84a5-498e-8d4e-727d5cf429c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library/{{contentId}}/gallery/clone/thumbnail/{{number}}?name={{name}}","description":"<p><code>SCOPES: GALLERY</code></p>\n<p>Clones an On-Demand thumbnail to the gallery associated to the {{contentId}}. Choose the thumbnail {{number}} and a {{name}} to give to the new gallery image.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentId}}","gallery","clone","thumbnail","{{number}}"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{name}}"}],"variable":[]}},"response":[],"_postman_id":"1a2de4db-84a5-498e-8d4e-727d5cf429c2"},{"name":"Put Gallery","id":"37c76f51-715a-4495-9109-e322d13f8f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library/{{contentId}}/gallery?oldName={{oldName}}&newName={{newName}}","description":"<p><code>SCOPES: GALLERY</code></p>\n<p>Renames a gallery image associated to the {{contentId}}, from {{oldName}} to {{newName}}.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentId}}","gallery"],"host":["api","msmdn","net"],"query":[{"key":"oldName","value":"{{oldName}}"},{"key":"newName","value":"{{newName}}"}],"variable":[]}},"response":[],"_postman_id":"37c76f51-715a-4495-9109-e322d13f8f82"},{"name":"Delete Gallery","id":"4943c3bb-2155-422f-95d1-1cd7cc9c1fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library/{{contentId}}/gallery?name={{name}}","description":"<p><code>SCOPES: GALLERY</code></p>\n<p>Deletes the image with {{name}}, from the gallery associated to the {{contentId}}.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentId}}","gallery"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{name}}"}],"variable":[]}},"response":[],"_postman_id":"4943c3bb-2155-422f-95d1-1cd7cc9c1fc7"}],"id":"612d736d-30a3-4f97-9b41-4d9f1265ae62","_postman_id":"612d736d-30a3-4f97-9b41-4d9f1265ae62","description":""},{"name":"Library","item":[{"name":"List Content","id":"20e76ab6-8590-49c3-a29c-654251996e04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library?gidFolder={{string}}&searchString={{string}}&sortmode={{ASC/DESC}}&sortname={{title/createDate/updateDate/publishDate}}&start={{number}}&limit={{number}}&filterPlaylist={{true/false}}&filterLive={{true/false}}&filterOndemand={{true/false}}&filterVideo={{true/false}}&filterAudio={{true/false}}&filterOrigin={{true/false}}&filterEncoding={{true/false}}&filterStatus={{0/11/12/13/21/22/23/-1}}&filterPublished={{0/1/2}}&tree={{true/false}}&recursive={{true/false}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Lists content and folders within the library root. If the gidFolder parameter is left blank (null), the system will return a list of content within the library root, if this doesn’t happen, it will return the content list to the requested folder</p>\n<p>Filters can be enabled to retrieve only content such as: on-demand, live, playlists, and/or origins. Video and audio elements can also be filtered, or a number of other variations can be used to create custom filters.</p>\n<p>The default limit is 100.</p>\n<p>In addition, it is possible to search for specific content by title, description, or tag, even if nested within folders.</p>\n<p>The \"onDemandEncodingStatus\" (for the on-demand content) return field is a numeric:</p>\n<p>Queued = 0,<br />PreEncode = 1,<br />Encoding = 2,<br />LastUpdate = 3,<br />Completed = 4,<br />Deleted = 5,<br />Reprocessing = 6,<br />Uploading = 7,<br />HttpDownload = 8,<br />HttpDownloadQueued = 9,<br />GenericError = -1,<br />ToBeMigrated = -2,<br />SourceError = -5,<br />HttpDownloadError = -10</p>\n<p>The possible values for the numeric field \"contentType\" are:  </p>\n<p>OnDemandVideo = 10,<br />OnDemandAudio = 11,<br />LiveVideo = 20,<br />LiveAudio = 21,<br />PlaylistOneshot = 30,<br />PlaylistLoop = 31,<br />OriginPull = 40,<br />OriginPush = 41</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If you enter the folder id, it looks for content and subfolders in it. If not provided, search will be performed at the root level</p>\n","type":"text/plain"},"key":"gidFolder","value":"{{string}}"},{"description":{"content":"<p>If inserted, it searches for the title, tags and contentId of the content in the folder</p>\n","type":"text/plain"},"key":"searchString","value":"{{string}}"},{"description":{"content":"<p>If entered you can decide the ASC or DESC mode of the field entered in sortName</p>\n","type":"text/plain"},"key":"sortmode","value":"{{ASC/DESC}}"},{"description":{"content":"<p>If inserted you can order the list of content for: title, creationDate, publishDate and updateDate (for this one only in Descending)</p>\n","type":"text/plain"},"key":"sortname","value":"{{title/createDate/updateDate/publishDate}}"},{"description":{"content":"<p>If inserted, sets the starting point from which to take the content</p>\n","type":"text/plain"},"key":"start","value":"{{number}}"},{"description":{"content":"<p>If entered, sets a limit of returned items. Default is 100.</p>\n","type":"text/plain"},"key":"limit","value":"{{number}}"},{"description":{"content":"<p>If entered and set to false, all Playlist content will not be returned</p>\n","type":"text/plain"},"key":"filterPlaylist","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all Live content will not be returned</p>\n","type":"text/plain"},"key":"filterLive","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all On-demand content will not be returned</p>\n","type":"text/plain"},"key":"filterOndemand","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all video content will not be returned</p>\n","type":"text/plain"},"key":"filterVideo","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all audio content will not be returned</p>\n","type":"text/plain"},"key":"filterAudio","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all Origin content will not be returned</p>\n","type":"text/plain"},"key":"filterOrigin","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to true, all ready content will return.</p>\n","type":"text/plain"},"key":"filterEncoding","value":"{{true/false}}"},{"description":{"content":"<p>11 =&gt; all ready content will be returned. \n12 =&gt; all queued on-demand will be returned. \n13 =&gt; all encoding on-demand will be returned. \n14 =&gt; all to-be-downloaded http-url-on-demand will be returned\n15 =&gt; all downloading http-url-on-demand will be returned\n21 =&gt; all on-air live event will be returned. \n22 =&gt; all scheduled live event will be returned.\n23 =&gt; all recording live event will be returned.\n-1 =&gt; all content in error will be returned\n0 =&gt; filter not active.</p>\n","type":"text/plain"},"key":"filterStatus","value":"{{0/11/12/13/21/22/23/-1}}"},{"description":{"content":"<p>1 =&gt; all published content will returned. \n2 =&gt; all not published content will returned. \n0 =&gt; filter not active.</p>\n","type":"text/plain"},"key":"filterPublished","value":"{{0/1/2}}"},{"description":{"content":"<p>If entered and set to false, folders will not be included</p>\n","type":"text/plain"},"key":"tree","value":"{{true/false}}"},{"description":{"content":"<p>If provided and set to true will search recursively othewise it will stop at the direct contents of the provided folder</p>\n","type":"text/plain"},"key":"recursive","value":"{{true/false}}"}],"variable":[]}},"response":[],"_postman_id":"20e76ab6-8590-49c3-a29c-654251996e04"},{"name":"List All Content","id":"f0807b52-fbf6-41a6-ba73-45193653a03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/library/all?searchString={{string}}&sortmode={{ASC/DESC}}&sortname={{title/createDate}}&start={{number}}&limit={{number}}&filterPlaylist={{true/false}}&filterLive={{true/false}}&filterOndemand={{true/false}}&filterVideo={{true/false}}&filterAudio={{true/false}}&filterOrigin={{true/false}}&filterEncoding={{true/false}}&filterStatus={{0/11/12/13/21/22/23/-1}}&filterPublished={{0/1/2}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Lists content and folders within the library root. If the gidFolder parameter is left blank (null), the system will return a list of content within the library root, if this doesn’t happen, it will return the content list to the requested folder</p>\n<p>Filters can be enabled to retrieve only content such as: on-demand, live, playlists, and/or origins. Video and audio elements can also be filtered, or a number of other variations can be used to create custom filters.  </p>\n<p>The default limit is 100.</p>\n<p>In addition, it is possible to search for specific content by title, description, or tag, even if nested within folders.</p>\n<p>The \"onDemandEncodingStatus\" (for the on-demand content) return field is a numeric:</p>\n<p>Queued = 0,\nPreEncode = 1,\nEncoding = 2,\nLastUpdate = 3,\nCompleted = 4,\nDeleted = 5,\nReprocessing = 6,\nUploading = 7,\nHttpDownload = 8,\nHttpDownloadQueued = 9,\nGenericError = -1,\nToBeMigrated = -2,\nSourceError = -5,\nHttpDownloadError = -10</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","all"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If inserted, is searches for the title, tags and contentId of the content in the folder and subfolders you have indicated in gidFolder. If you have not filtered for gidFolder, it will search all the content</p>\n","type":"text/plain"},"key":"searchString","value":"{{string}}"},{"description":{"content":"<p>If entered you can decide the ASC or DESC mode of the field entered in sortName</p>\n","type":"text/plain"},"key":"sortmode","value":"{{ASC/DESC}}"},{"description":{"content":"<p>If inserted you can order the list of content for: title and creationDate</p>\n","type":"text/plain"},"key":"sortname","value":"{{title/createDate}}"},{"description":{"content":"<p>If inserted, sets the starting point from which to take the content</p>\n","type":"text/plain"},"key":"start","value":"{{number}}"},{"description":{"content":"<p>If entered, sets a limit of returned items. Default is 100.</p>\n","type":"text/plain"},"key":"limit","value":"{{number}}"},{"description":{"content":"<p>If entered and set to false, all Playlist content will not be returned</p>\n","type":"text/plain"},"key":"filterPlaylist","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all Live content will not be returned</p>\n","type":"text/plain"},"key":"filterLive","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all On-demand content will not be returned</p>\n","type":"text/plain"},"key":"filterOndemand","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all video content will not be returned</p>\n","type":"text/plain"},"key":"filterVideo","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all audio content will not be returned</p>\n","type":"text/plain"},"key":"filterAudio","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to false, all Origin content will not be returned</p>\n","type":"text/plain"},"key":"filterOrigin","value":"{{true/false}}"},{"description":{"content":"<p>If entered and set to true, all ready content will return.</p>\n","type":"text/plain"},"key":"filterEncoding","value":"{{true/false}}"},{"description":{"content":"<p>11 =&gt; all ready content will returned. \n12 =&gt; all queued on-demand will returned. \n13 =&gt; all encoding on-demand will returned. \n21 =&gt; all on-air live event will returned. \n22 =&gt; all scheduled live event will returned.\n23 =&gt; all recording live event will returned.\n-1 =&gt; all content in error will returned\n0 =&gt; filter not active.</p>\n","type":"text/plain"},"key":"filterStatus","value":"{{0/11/12/13/21/22/23/-1}}"},{"description":{"content":"<p>1 =&gt; all published content will returned. \n2 =&gt; all not published content will returned. \n0 =&gt; filter not active.</p>\n","type":"text/plain"},"key":"filterPublished","value":"{{0/1/2}}"}],"variable":[]}},"response":[],"_postman_id":"f0807b52-fbf6-41a6-ba73-45193653a03c"},{"name":"List On-Demand In Encoding","id":"41badb91-c132-4a6c-803d-b2ab5b41547e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/encoding","description":"<p><code>SCOPES: PROPERTY, VOD</code></p>\n<p>Lists all On-demand content in status Queued or Encoding. There is no pagination.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","encoding"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"41badb91-c132-4a6c-803d-b2ab5b41547e"},{"name":"Get Single Content","id":"265f598a-8789-4b15-b092-a56d3814fb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Returns the single specified content. Depending on the type, specific data will return automatically.</p>\n<p>The \"onDemandEncodingStatus\" (for the on-demand content) return field is a numeric:</p>\n<p>Queued = 0,\nPreEncode = 1,\nEncoding = 2,\nLastUpdate = 3,\nCompleted = 4,\nDeleted = 5,\nGenericError = -1,\nToBeMigrated = -2,\nSourceError = -5</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"265f598a-8789-4b15-b092-a56d3814fb1c"},{"name":"List Content Related","id":"9b0d680c-38a2-41f5-846d-d89857d6e97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/related","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Returns the list of content with the same tags as specified or if the ContentID or the ReferenceID of another content is included in the tags. 10 maximum contents will be retrieved and they are given randomly.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","related"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b0d680c-38a2-41f5-846d-d89857d6e97c"},{"name":"Update Content","id":"f3873868-24fd-40e1-93d7-126c0f26734a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{string*}}\",\n    \"shortDescription\": \"{{string}}\",\n    \"longDescription\": \"{{string}}\",\n    \"tags\": \"{{string,string,...}}\",\n    \"referenceID\": \"{{string}}\",\n    \"customAttribute1\": \"{{string}}\",\n    \"customAttribute2\": \"{{string}}\",\n    \"customAttribute3\": \"{{string}}\",\n    \"customAttribute4\": \"{{string}}\",\n    \"customAttribute5\": \"{{string}}\",\n    \"customAttribute6\": \"{{string}}\",\n    \"customAttribute7\": \"{{string}}\",\n    \"customAttribute8\": \"{{string}}\",\n    \"customAttribute9\": \"{{string}}\",\n    \"customAttribute10\": \"{{string}}\"\n}"},"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Modifies the metadata of the specified content.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3873868-24fd-40e1-93d7-126c0f26734a"},{"name":"Update Content Title","id":"81005f84-6cf3-45b5-a7f6-9024e1e62a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/title?title={{string*}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Modifies the content title.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","title"],"host":["api","msmdn","net"],"query":[{"key":"title","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"81005f84-6cf3-45b5-a7f6-9024e1e62a18"},{"name":"Delete Content","id":"11316544-2624-46f1-9520-b2be64ff9080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Permanently deletes the content.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"11316544-2624-46f1-9520-b2be64ff9080"},{"name":"Upload Content Poster","id":"d0626e87-f93c-4c45-b8ca-465f9c761d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/poster","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Upload an image (.jpg) to set it as a poster of the content.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","poster"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0626e87-f93c-4c45-b8ca-465f9c761d3c"},{"name":"Delete Content Poster","id":"787e23ea-4c94-4126-adea-bed0177f9771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/poster","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Permanently deletes the poster of the content.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","poster"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"787e23ea-4c94-4126-adea-bed0177f9771"}],"id":"cd46a09f-6c32-434c-bb08-aaf46fecc5bf","description":"<p>The APIs dedicated to the library section of our platform can be used to manage all types of content, including the ability to view, organize, make content visible (or not), set watch folders (with unique encoding profiles), and delete content.</p>\n","event":[{"listen":"prerequest","script":{"id":"e8080b38-a3d1-4e29-8c4b-0d0991b93932","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"79e9e016-a97a-4be6-87a0-8a8877a99325","type":"text/javascript","exec":[""]}}],"_postman_id":"cd46a09f-6c32-434c-bb08-aaf46fecc5bf"},{"name":"Live Event","item":[{"name":"List All Live Events","id":"242f99d7-e1ff-4a8a-8ea4-0fcc956079b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns a list of all live events, excluding the folder tree.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"242f99d7-e1ff-4a8a-8ea4-0fcc956079b6"},{"name":"List Live Events By ReferenceId","id":"f0f5bb69-85d7-44f5-8025-912254f08019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/playlist/reference/id?referenceId={{referenceId}}","description":"<p><code>SCOPES: LIVE_AUDIO, LIVE_VIDEO</code></p>\n<p>Returns a list of Live Events content by reference id.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","reference","id"],"host":["api","msmdn","net"],"query":[{"key":"referenceId","value":"{{referenceId}}"}],"variable":[]}},"response":[],"_postman_id":"f0f5bb69-85d7-44f5-8025-912254f08019"},{"name":"Get Live Event","id":"4bf91e7b-548b-48b4-9b71-5359c7622581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns the requested live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bf91e7b-548b-48b4-9b71-5359c7622581"},{"name":"Get Live Event Status","id":"5f90f82d-9f2d-47c3-ba59-d8e2733ada56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/status","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns the “on-air” and \"recording status” of the specified live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","status"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f90f82d-9f2d-47c3-ba59-d8e2733ada56"},{"name":"Get Live Event Sources","id":"50dcfbf9-adaf-4d0e-97af-0592b25bf92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/source","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns a list of sources connected to the specified live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","source"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"50dcfbf9-adaf-4d0e-97af-0592b25bf92e"},{"name":"Get Live Alternative Content","id":"ebc2e16e-6b15-46a7-88aa-388d282ba362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/alternative-content","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns the alternative content being delivered (if enabled) while the live event is off-air.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","alternative-content"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebc2e16e-6b15-46a7-88aa-388d282ba362"},{"name":"Create Live Event","id":"fca11cc2-fde0-472e-b092-fb0d9bb40776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"contentType\": {{20/21}},\n\t\"description\": \"{{string*}}\",\n\t\"endDate\": \"{{dateTime}} ex: 2019-01-26T23:00:00.000Z\",\n\t\"startDate\": \"{{dateTime*}} ex: 2019-01-27T01:00:00.000Z\",\n\t\"timezone\": \"{{string*}} ex: +01:00\",\n\t\"title\": \"{{string*}}\",\n\t\"gidFolder\": \"{{string}}\",\n\t\"tags\": \"{{string,string,...}}\",\n\t\"shortDescription\": \"{{string}}\",\n\t\"longDescription\": \"{{string}}\",\n\t\"referenceId\": \"{{string}}\",\n\t\"retranscode\": {{true/false}},\n\t\"customAttributes1\": \"{{string}}\",\n\t...\n\t\"customAttributes10\": \"{{string}}\"\n}"},"url":"https://api.msmdn.net/v2/mam/live/event","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Creates a live event. The following information is required: type, video or audio, and a start date.  An optional end date can also be included.</p>\n<p>It is also possible to configure options for live transcoding in real time.</p>\n<p>If Retranscode is enabled, the streaming of the event will be encoded in real time with the encoding profile that you can set on the event itself or cascaded to the folder in which it is located or the default profile of your Property will be used.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"fca11cc2-fde0-472e-b092-fb0d9bb40776"},{"name":"Update Live Event","id":"91e7f74c-4334-4129-b009-607194650505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"retranscode\": {{true/false*}},\n\t\"endDate\": \"{{dateTime}} ex: 2019-01-26T23:00:00.000Z\",\n\t\"startDate\": \"{{dateTime*}} ex: 2019-01-27T01:00:00.000Z\",\n\t\"timezone\": \"{{string*}} ex: +01:00\",\n    \"title\": \"{{string*}}\",\n    \"shortDescription\": \"{{string}}\",\n    \"longDescription\": \"{{string}}\",\n    \"tags\": \"{{string,string,...}}\",\n    \"referenceID\": \"{{string}}\",\n    \"customAttribute1\": \"{{string}}\",\n    \"customAttribute2\": \"{{string}}\",\n    \"customAttribute3\": \"{{string}}\",\n    \"customAttribute4\": \"{{string}}\",\n    \"customAttribute5\": \"{{string}}\",\n    \"customAttribute6\": \"{{string}}\",\n    \"customAttribute7\": \"{{string}}\",\n    \"customAttribute8\": \"{{string}}\",\n    \"customAttribute9\": \"{{string}}\",\n    \"customAttribute10\": \"{{string}}\"\n}"},"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Edits the metadata, start date, end date, time zone, and live transcoding options for the specified live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"91e7f74c-4334-4129-b009-607194650505"},{"name":"Add Alternative Content to Live Event","id":"3ed2bff1-e90e-4f1f-8fcf-0552058985bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/alternative-content/{{contentID}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Adds alternative content to the specified live event. The alternative content can be a single VOD asset or playlist.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","alternative-content","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ed2bff1-e90e-4f1f-8fcf-0552058985bb"},{"name":"Add Source to Live Event","id":"7426762e-7db3-4852-baee-a779d6aa8deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/source/{{idLiveSource}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Adds source(s) for the specified live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","source","{{idLiveSource}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7426762e-7db3-4852-baee-a779d6aa8deb"},{"name":"Remove Source from Live Event","id":"730858e6-fd14-48e6-8f31-918d6ed8f5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/source/{{idLiveSource}}/remove","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Removes a live source for the specified live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","source","{{idLiveSource}}","remove"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"730858e6-fd14-48e6-8f31-918d6ed8f5a1"},{"name":"Change Live Encoding Profile","id":"ca1e2a05-4e0f-4c27-9359-1bf622ff904b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/encoding?gidEncodingProfile={{string}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Adds, deletes, or modifies the live encoding profile being used for a live event. If removed, the profile used for live encoding will be that of the folder in which the live event is located.  If the live event is located in the library root, the default live encoding profile set for the property will be used.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","encoding"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>GidEncodingProfile</p>\n","type":"text/plain"},"key":"gidEncodingProfile","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"ca1e2a05-4e0f-4c27-9359-1bf622ff904b"},{"name":"Start Recording Live Event","id":"6354bf8f-7e4c-4b77-9bbb-450e9de99296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/record/start","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Starts the recording of the specified live event. This only works if the live event is on-air. To stop the recording, a call must be made using the “stop recording Live Event” API.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","record","start"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6354bf8f-7e4c-4b77-9bbb-450e9de99296"},{"name":"Stop Recording Live Event","id":"b81d6057-bf00-4051-b8c6-15ed0ddf302c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/record/stop","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Stops the recording of the specified live event. The recorded on-demand content will be created in the root of the main library.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","record","stop"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b81d6057-bf00-4051-b8c6-15ed0ddf302c"},{"name":"Remove Alternative Content from Live Event","id":"19b6fe5b-0bba-412a-bed4-d2fb93e67d01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/event/{{contentID}}/alternative-content","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Removes alternative content from the specified live event.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","event","{{contentID}}","alternative-content"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"19b6fe5b-0bba-412a-bed4-d2fb93e67d01"}],"id":"badbf235-c7fe-4155-85fd-e37aa9653c94","description":"<p>Connect sources and choose the desired adaptive bitrate encoding profile, as well as, specify alternative content to play when the stream is offline. The alternative content can be a single VOD asset or playlist.</p>\n","event":[{"listen":"prerequest","script":{"id":"65f021ec-cf6b-4472-ba92-4fb7f47a5906","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"797105d4-ff07-4994-8f82-aa8a6751587f","type":"text/javascript","exec":[""]}}],"_postman_id":"badbf235-c7fe-4155-85fd-e37aa9653c94"},{"name":"Live Source","item":[{"name":"List All Live Sources","id":"d28699a7-61dd-4b82-8469-f52fa82a1270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns a list of all sources.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d28699a7-61dd-4b82-8469-f52fa82a1270"},{"name":"Get Live Source","id":"6a3ccf92-9670-4f8e-a4a9-d2d73a93477a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Returns the specified live source.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a3ccf92-9670-4f8e-a4a9-d2d73a93477a"},{"name":"Check Authentication Live Source","id":"ef731552-7c3f-4803-8d04-979e4d0b8cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}/auth?passcode={{string*}}&ipAddress={{string*}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Verify the passcode and IP of the indicated source. If valid, returns true.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}","auth"],"host":["api","msmdn","net"],"query":[{"key":"passcode","value":"{{string*}}"},{"key":"ipAddress","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"ef731552-7c3f-4803-8d04-979e4d0b8cef"},{"name":"Create Live Source","id":"26e4ba86-517c-4ee3-a81a-4fb9f72d6ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"{{string*}}\",\r\n\t\"sourceType\": {{1/2/5*}}\r\n}"},"url":"https://api.msmdn.net/v2/mam/live/source","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Creates a live source.\nMainStreaming currently supports RTMP, RTSP push/pull, and Icecast (audio only) push/pull transport stream protocols.</p>\n<p>sourceType: 1 -&gt; RTMP, 2 -&gt; RTSP PULL, 5 -&gt; IceCast</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"26e4ba86-517c-4ee3-a81a-4fb9f72d6ea3"},{"name":"Update Live Source Name","id":"ac33d5a2-a66c-4fac-8437-4658510fe510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}/name?name={{string*}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Updates the name of the specified source.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}","name"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"ac33d5a2-a66c-4fac-8437-4658510fe510"},{"name":"Update Live Source RTMP Passcode","id":"87844e1e-fd4b-4483-9c19-bc23da12ba0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}/passcode","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Updates the passcode of the specified RTMP source. After modifying it, call the \"Get Live Source\" API to get the updated RTMP link.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}","passcode"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"87844e1e-fd4b-4483-9c19-bc23da12ba0d"},{"name":"Delete Live Source","id":"9657acc1-398b-4e85-9251-28921371ac9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, LIVE_AUDIO</code></p>\n<p>Deletes the specified source permanently.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9657acc1-398b-4e85-9251-28921371ac9d"}],"id":"38d3cb7b-b881-4f78-a6e2-19c126cbf763","description":"<p>Live events may be assigned a source. Sources are typically hardware or software encoders. Encoders typically provide transport streams in a number of different formats. MainStreaming currently supports RTMP, RTSP Push, or Icecast (push or pull) transport stream protocols. Since MainStreaming does not deliver RTMP or RTSP from the edge, content transcoding and re-packetization (transmuxing) takes place within the network.</p>\n<p>Pre-chunked HTTP ingest is also supported.</p>\n","event":[{"listen":"prerequest","script":{"id":"080fb0ed-b57f-4198-b9d2-955871fe74af","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a127427f-1a19-47d9-b767-936ec7466790","type":"text/javascript","exec":[""]}}],"_postman_id":"38d3cb7b-b881-4f78-a6e2-19c126cbf763"},{"name":"Live Source Restream","item":[{"name":"List All Live Source Restream","id":"3f9256e8-5c1d-455e-a899-57024a7a32c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}/restream","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, RESTREAM</code></p>\n<p>Returns a list of all restream destinations assigned to the specified source.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}","restream"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f9256e8-5c1d-455e-a899-57024a7a32c1"},{"name":"Get Live Source Restream","id":"1a1fc25d-2856-4e24-8efc-e2bfbaa9fd8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/live/source/restream/{{gidLiveSourceRestream}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, RESTREAM</code></p>\n<p>Returns the specified restream destination.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","restream","{{gidLiveSourceRestream}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a1fc25d-2856-4e24-8efc-e2bfbaa9fd8e"},{"name":"Create Live Source Restream","id":"03bd3646-a4b8-4841-b5d7-801235df0611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"login\": \"{{string}}\",\r\n\t\"password\": \"{{string}}\",\r\n\t\"streamKey\": \"{{string}}\",\r\n\t\"url\": \"{{string*}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/live/source/{{idLiveSource}}/restream","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, RESTREAM</code></p>\n<p>Creates a new RTMP destination connected to a specified source.\nBy default the restream will be enabled</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","{{idLiveSource}}","restream"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"03bd3646-a4b8-4841-b5d7-801235df0611"},{"name":"Update Live Source Restream RTMP","id":"8516eb15-4186-4bd1-be23-05d0e874641d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"login\": \"{{string}}\",\r\n\t\"password\": \"{{string}}\",\r\n\t\"streamKey\": \"{{string}}\",\r\n\t\"url\": \"{{string*}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/live/source/restream/{{gidLiveSourceRestream}}/rtmp","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, RESTREAM</code></p>\n<p>Updates the RTMP of the specified Restream.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","restream","{{gidLiveSourceRestream}}","rtmp"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8516eb15-4186-4bd1-be23-05d0e874641d"},{"name":"Update Enable Live Source Restream","id":"1183fdd1-c554-4e87-a5f7-72b7cb804a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.msmdn.net/v2/mam/live/source/restream/{{gidLiveSourceRestream}}?enabled={{true/false*}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, RESTREAM</code></p>\n<p>Updates the enabled flag of the specified Restream.\nIf enabled is true =&gt; the restream is enabled\notherwise the restream is disabled</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","restream","{{gidLiveSourceRestream}}"],"host":["api","msmdn","net"],"query":[{"key":"enabled","value":"{{true/false*}}"}],"variable":[]}},"response":[],"_postman_id":"1183fdd1-c554-4e87-a5f7-72b7cb804a0f"},{"name":"Delete Live Source Restream","id":"05c9b0cf-73f2-4d1d-a193-3be4dc5f4a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.msmdn.net/v2/mam/live/source/restream/{{gidLiveSourceRestream}}","description":"<p><code>SCOPES: PROPERTY, LIVE_VIDEO, RESTREAM</code></p>\n<p>Deletes the specified source permanently.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","live","source","restream","{{gidLiveSourceRestream}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"05c9b0cf-73f2-4d1d-a193-3be4dc5f4a3f"}],"id":"ea6b1fb1-fd24-4cbb-aab4-159fcbabfe2d","description":"<p>The Restream service is an advanced feature that gives the possibility to add multiple output RTMP destinations.</p>\n<p>While this service is commonly associated with Social Media Streaming, it is not limited to specific destinations.  Any live destination that supports the ingest of a RTMP transport stream can be set as a destination.</p>\n","event":[{"listen":"prerequest","script":{"id":"abafca85-6083-4f99-9030-00ce5d1ca297","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be1db1f1-b073-4084-85bc-e40eddd709e0","type":"text/javascript","exec":[""]}}],"_postman_id":"ea6b1fb1-fd24-4cbb-aab4-159fcbabfe2d"},{"name":"On-Demand","item":[{"name":"List All On-Demand Content","id":"1bff24f6-41e4-44d5-b517-9c434748a665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/ondemand","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>Returns a list of all on-demand content, excluding the folder tree.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bff24f6-41e4-44d5-b517-9c434748a665"},{"name":"List On-Demand By ReferenceId","id":"0f24afc7-fb0a-412c-9098-9ff4eb02f987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/ondemand/reference/id?referenceId={{referenceId}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Returns a list of on-demand content by reference id.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","reference","id"],"host":["api","msmdn","net"],"query":[{"key":"referenceId","value":"{{referenceId}}"}],"variable":[]}},"response":[],"_postman_id":"0f24afc7-fb0a-412c-9098-9ff4eb02f987"},{"name":"Get Single On-Demand Content","id":"c6409dc4-5b05-4490-86c1-af1b1477c948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/ondemand/{{contentID}}","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>Returns a single on-demand asset.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6409dc4-5b05-4490-86c1-af1b1477c948"},{"name":"List On-Demand Renditions","id":"5c049d0f-38b3-442b-a7d3-29bd329b2caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/ondemand/{{contentID}}/formats","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>On-demand files are often encoded in multiple bitrates and resolutions. It returns a list of different renditions of a single piece of content.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","{{contentID}}","formats"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c049d0f-38b3-442b-a7d3-29bd329b2caf"},{"name":"Upload On-Demand Content","id":"2e44b9d8-c763-4a8d-9358-520b4ac26b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"profile","value":"{{string*}}","description":"<p>Encoding profile to be used to create the various Renditions of the uploaded file</p>\n","type":"text"},{"key":"file","description":"<p>File video or audio to send to the server</p>\n","type":"file","value":null},{"key":"gidFolder","value":"{{string}}","description":"<p>Id of the folder where to create the Playlist. If not indicated, it will be created in the root of the Library</p>\n","type":"text"},{"key":"referenceId","value":"{{string}}","description":"<p>Attribute where the id can be entered</p>\n","type":"text"},{"key":"chunks","value":"{{number}}","description":"<p>Total Chunks into which the uploaded file has been divided  </p>\n","type":"text"},{"key":"chunk","value":"{{number}}","description":"<p>Current chunk to be incremented for each fragment sent</p>\n","type":"text"},{"key":"callbackUrl","value":"{{string}}","description":"<p>By inserting the callbackUrl param, once the content has been loaded and encoded, a notification will be sent to the callbackUrl via the POST method. The notification will contain the OnDemand object with all the meta information, all the renderings created, and the http links to retrieve the content. It is recommended to put an authentication token in the queryString of the callbackUrl. The callbackUrl must be encoded. e.g.: <a href=\"https://your.hostname.net/test?param1=123%26param2=456\">https://your.hostname.net/test?param1=123%26param2=456</a> </p>\n<p>A notification will also be sent in case of an error, so checking the returned field Status with this values: Completed = 1, Errors &gt; 0</p>\n","type":"text"}]},"url":"https://api.msmdn.net/v2/mam/ondemand","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>OnDemand max FileSize supported: 25GB</p>\n<p>If the upload is larger than 20MB, it is recommended to split the file into chunks to avoid problems with the upload. In the last chunk sent, a conformity diagnosis will be performed.  Throughout the conformity diagnosis, the response will take longer than the other chunks sent. </p>\n<p>Please note, the service is limited to uploading video and audio content ONLY.  Once a file is uploaded, the file will be queued to be encoded. At this time, the content will not be available.</p>\n<p>To see the encoding status, simply call the content with the GET API \"/mam/library/{contentId}\" or the GET call \"/mam/ondemand/{contentId}\", outlined earlier in this document.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e44b9d8-c763-4a8d-9358-520b4ac26b26"},{"name":"Upload On-Demand Content from Http Link","id":"df45544e-6ff1-40d0-b447-b2a6a9b2b058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"{{string*}}\",\n\t\"contentUrl\": \"{{string*}}\",\n\t\"referenceId\": \"{{string}}\",\n    \"gidFolder\": \"{{string}}\",\n    \"encodingProfile\": \"{{encodingProfile}}\",\n\t\"authorization\": \"{{string}}\", #Bearer or Basic\n\t\"callbackUrl\": \"{{string}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.msmdn.net/v2/mam/ondemand/http","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>Upload content via a public HTTP link. As soon as the call is made, the content will go into the download state and once finished it will be encoded.</p>\n<p>To see the encoding status, simply call the content with the GET API \"/mam/library/{contentId}\" or the GET call \"/mam/ondemand/{contentId}\", outlined earlier in this document.</p>\n<p>By inserting the callbackUrl param, once the content has been loaded and encoded, a notification will be sent to the callbackUrl via the POST method. The notification will contain the OnDemand object with all the meta information, all the renderings created, and the http links to retrieve the content. It is recommended to put an authentication token in the queryString of the callbackUrl. The callbackUrl must be encoded. e.g.: <a href=\"https://your.hostname.net/test?param1=123%26param2=456\">https://your.hostname.net/test?param1=123%26param2=456</a> </p>\n<p>A notification will also be sent in case of an error, so checking the returned field Status with this values: Completed = 1, Errors &gt; 0</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","http"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"df45544e-6ff1-40d0-b447-b2a6a9b2b058"},{"name":"Upload On-Demand Content from S3 Link","id":"92ded333-1eec-44f8-bdb4-cb52f0d5a70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"{{string*}}\",\n\t\"serviceUrl\": \"{{string*}}\",\n\t\"referenceId\": \"{{string}}\",\n\t\"accessKey\": \"{{string*}}\",\n\t\"secretKey\": \"{{string*}}\",\n\t\"key\": \"{{string*}}\",\n\t\"bucket\": \"{{string*}}\",\n\t\"gidFolder\": \"{{gidFolder}}\",\n\t\"encodingProfile\": \"{{encodingProfile}}\",\n\t\"callbackUrl\": \"{{string}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.msmdn.net/v2/mam/ondemand/s3","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>Upload content via a public HTTP S3 link. As soon as the call is made, the content will go into the download state and once finished it will be encoded.</p>\n<p>To see the encoding status, simply call the content with the GET API \"/mam/library/{contentId}\" or the GET call \"/mam/ondemand/{contentId}\", outlined earlier in this document.</p>\n<p>By inserting the callbackUrl param, once the content has been loaded and encoded, a notification will be sent to the callbackUrl via the POST method. The notification will contain the OnDemand object with all the meta information, all the renderings created, and the http links to retrieve the content. It is recommended to put an authentication token in the queryString of the callbackUrl. The callbackUrl must be encoded. e.g.: <a href=\"https://your.hostname.net/test?param1=123&amp;param2=456\">https://your.hostname.net/test?param1=123&amp;param2=456</a></p>\n<p>A notification will also be sent in case of an error, so checking the returned field Status with this values: Completed = 1, Errors &gt; 0</p>\n<p>\"serviceUrl\" must contain only the S3 service URL, it should not contain neither the bucket nor the object key, e.g.: <a href=\"https://s3.eu-central-1.amazonaws.com%22\">https://s3.eu-central-1.amazonaws.com</a></p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","s3"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"92ded333-1eec-44f8-bdb4-cb52f0d5a70c"},{"name":"Re-Encode On-Demand","id":"8d79c677-3b59-4354-9704-f8d843dd9877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/ondemand/{{contentID}}/reencode?callbackUrl={{string}}","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>Re-encodes content using the encoding profile of the content if set. If no encoding profile is set, the system will use the encoding profile set at the folder level.  If no profile is set at the folder level, the system will default to the encoding profile set at the property level.</p>\n<p>The content will remain online while the re-encode process is in progress. During the re-encode process, the previously encoded version will be delivered.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","{{contentID}}","reencode"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>By entering a callbackUrl, once the content has been uploaded and encoded, a notification will be sent to the callbackUrl through the POST method. The notification will contain the OnDemand object with all the meta info, all the renditions created and http links to retrieve the content. It is recommended to put an authentication token in the queryString of the callbackUrl. The callbackUrl must to be encoded. es: <a href=\"https://your.hostname.net/test?param1=123%26param2=456\">https://your.hostname.net/test?param1=123%26param2=456</a></p>\n","type":"text/plain"},"key":"callbackUrl","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"8d79c677-3b59-4354-9704-f8d843dd9877"},{"name":"Update On-Demand Encoding Profile","id":"dc8f9e34-598f-47f3-8815-407c93e37d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/ondemand/{{contentID}}/encoding?gidEncodingProfile={{string}}","description":"<p><code>SCOPES: PROPERTY, VOD, ENCODING_PROFILE</code></p>\n<p>Sets a default video on demand encoding profile used for content encoding.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","{{contentID}}","encoding"],"host":["api","msmdn","net"],"query":[{"key":"gidEncodingProfile","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"dc8f9e34-598f-47f3-8815-407c93e37d61"},{"name":"Trim On-Demand Content","id":"f4d493b9-7f58-43f7-bb8e-ce2538e40d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"start\": {{number*}},\r\n    \"end\": {{number*}},\r\n    \"title\": \"{{string}}\",\r\n    \"DeleteOriginContent\" : {{boolean}}\t\r\n}"},"url":"https://api.msmdn.net/v2/mam/ondemand/{{contentID}}/trim/encoder?callbackUrl={{string}}","description":"<p><code>SCOPES: PROPERTY, VOD, AOD</code></p>\n<p>Trim an already loaded content, identified by contentID, in the interval specified by start and end parameters, creating a new content. Start and End are both in seconds. Optionally it's possible to define a title for the new content (otherwise it will be named as orginalContentName_trimmed_start_end) and also if the original content has to be deleted.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","ondemand","{{contentID}}","trim","encoder"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>By entering a callbackUrl, once the content has been uploaded and encoded, a notification will be sent to the callbackUrl through the POST method. The notification will contain the OnDemand object with all the meta info, all the renditions created and http links to retrieve the content. It is recommended to put an authentication token in the queryString of the callbackUrl. The callbackUrl must to be encoded. es: <a href=\"https://your.hostname.net/test?param1=123%26param2=456\">https://your.hostname.net/test?param1=123%26param2=456</a></p>\n","type":"text/plain"},"key":"callbackUrl","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"f4d493b9-7f58-43f7-bb8e-ce2538e40d41"}],"id":"c2264507-7b51-418e-8fac-78b8aff605ef","event":[{"listen":"prerequest","script":{"id":"c1e37aef-785d-43b9-8fd3-ae2c340e55a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51719e84-0fbf-4336-bf8c-862ee988a2c0","type":"text/javascript","exec":[""]}}],"_postman_id":"c2264507-7b51-418e-8fac-78b8aff605ef","description":""},{"name":"Origin Push","item":[{"name":"List All Origin Push","id":"c27442e2-b52a-4b38-bb53-1f1e5045499e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/origin/push?searchString={{string}}&start={{number}}&limit={{number}}&sortmode={{ASC/DESC}}&sortname={{title/createDate/updateDate/publishDate}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PUSH</code></p>\n<p>Returns a list of all HTTP origins configured.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","push"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If inserted, it searches for the title, tags and contentId</p>\n","type":"text/plain"},"key":"searchString","value":"{{string}}"},{"description":{"content":"<p>If inserted, sets the starting point from which to take the content</p>\n","type":"text/plain"},"key":"start","value":"{{number}}"},{"description":{"content":"<p>If entered, sets a limit of returned items. Default is 20</p>\n","type":"text/plain"},"key":"limit","value":"{{number}}"},{"description":{"content":"<p>If entered you can decide the ASC or DESC mode of the field entered in sortName. Default is DESC</p>\n","type":"text/plain"},"key":"sortmode","value":"{{ASC/DESC}}"},{"description":{"content":"<p>If inserted you can order the list of content for: title, creationDate, publishDate and updateDate (for this one only in Descending). Default is 'createDate'</p>\n","type":"text/plain"},"key":"sortname","value":"{{title/createDate/updateDate/publishDate}}"}],"variable":[]}},"response":[],"_postman_id":"c27442e2-b52a-4b38-bb53-1f1e5045499e"},{"name":"List Origin Push By ReferenceId","id":"38a07178-2118-44ea-9aaa-3920a97960ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/origin/push/reference/id?referenceId={{referenceId}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PUSH</code></p>\n<p>Returns a list of Origin content by reference id.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","push","reference","id"],"host":["api","msmdn","net"],"query":[{"key":"referenceId","value":"{{referenceId}}"}],"variable":[]}},"response":[],"_postman_id":"38a07178-2118-44ea-9aaa-3920a97960ba"},{"name":"Get Origin Push","id":"ecad374b-50f9-4271-b388-99911ee95403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/origin/push/{{contentID}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PUSH</code></p>\n<p>Returns the requested HTTP origin.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","push","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecad374b-50f9-4271-b388-99911ee95403"},{"name":"Create Origin Push","id":"cc99557b-28b9-4a0f-b17a-566b70882693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"followTTL\": {{true/false}},\r\n\t\"forwardHostHeader\": {{number}},\r\n\t\"forwardHostHeaderCustom\": \"{{string}}\",\r\n\t\"gidFolder\": \"{{string}}\",\r\n\t\"supportGzipCompression\": {{true/false}},\r\n\t\"timeToLiveDefault\": {{number}},\r\n\t\"title\": \"{{string*}}\",\r\n\t\"tags\": \"{{string,string,...}}\",\r\n\t\"shortDescription\": \"{{string}}\",\r\n\t\"longDescription\": \"{{string}}\",\r\n\t\"referenceId\": \"{{string}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/origin/push","description":"<p><code>SCOPES: HTTP_ORIGIN_PUSH</code></p>\n<p>Creates an HTTP origin.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","push"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc99557b-28b9-4a0f-b17a-566b70882693"},{"name":"Update Origin Push","id":"7d4c1934-72de-40be-86d9-e7a17bc23ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"followTTL\": {{true/false}},\r\n\t\"forwardHostHeader\": {{number}},\r\n\t\"forwardHostHeaderCustom\": \"{{string}}\",\r\n\t\"supportGzipCompression\": {{true/false}},\r\n\t\"timeToLiveDefault\": {{number}},\r\n    \"title\": \"{{string*}}\",\r\n    \"shortDescription\": \"{{string}}\",\r\n    \"longDescription\": \"{{string}}\",\r\n    \"tags\": \"{{string,string,...}}\",\r\n    \"referenceID\": \"{{string}}\",\r\n    \"customAttribute1\": \"{{string}}\",\r\n    \"customAttribute2\": \"{{string}}\",\r\n    \"customAttribute3\": \"{{string}}\",\r\n    \"customAttribute4\": \"{{string}}\",\r\n    \"customAttribute5\": \"{{string}}\",\r\n    \"customAttribute6\": \"{{string}}\",\r\n    \"customAttribute7\": \"{{string}}\",\r\n    \"customAttribute8\": \"{{string}}\",\r\n    \"customAttribute9\": \"{{string}}\",\r\n    \"customAttribute10\": \"{{string}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/origin/push/{{contentID}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PUSH</code></p>\n<p>Modifies metadata and the HTTP origin settings.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","push","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d4c1934-72de-40be-86d9-e7a17bc23ca6"},{"name":"Purge","id":"07753a7d-a7a2-40d1-8c0c-3c388277be04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/cdn/purge/access-path?contentId={{contentId}}&path={{path}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Adds an HTTP URL to the origin.</p>\n","urlObject":{"protocol":"https","path":["v2","cdn","purge","access-path"],"host":["api","msmdn","net"],"query":[{"key":"contentId","value":"{{contentId}}"},{"key":"path","value":"{{path}}"}],"variable":[]}},"response":[],"_postman_id":"07753a7d-a7a2-40d1-8c0c-3c388277be04"}],"id":"9ae1e264-0c98-417d-a029-9dc54d5d22d4","_postman_id":"9ae1e264-0c98-417d-a029-9dc54d5d22d4","description":""},{"name":"Origin Pull","item":[{"name":"List All Origin Pull","id":"e9301906-7844-4569-814c-da0867815e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/origin/pull?searchString={{string}}&start={{number}}&limit={{number}}&sortmode={{ASC/DESC}}&sortname={{title/createDate/updateDate/publishDate}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Returns a list of all HTTP origins configured.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull"],"host":["api","msmdn","net"],"query":[{"description":{"content":"<p>If inserted, it searches for the title, tags and contentId</p>\n","type":"text/plain"},"key":"searchString","value":"{{string}}"},{"description":{"content":"<p>If inserted, sets the starting point from which to take the content</p>\n","type":"text/plain"},"key":"start","value":"{{number}}"},{"description":{"content":"<p>If entered, sets a limit of returned items. Default is 20</p>\n","type":"text/plain"},"key":"limit","value":"{{number}}"},{"description":{"content":"<p>If entered you can decide the ASC or DESC mode of the field entered in sortName. Default is DESC</p>\n","type":"text/plain"},"key":"sortmode","value":"{{ASC/DESC}}"},{"description":{"content":"<p>If inserted you can order the list of content for: title, creationDate, publishDate and updateDate (for this one only in Descending). Default is 'createDate'</p>\n","type":"text/plain"},"key":"sortname","value":"{{title/createDate/updateDate/publishDate}}"}],"variable":[]}},"response":[],"_postman_id":"e9301906-7844-4569-814c-da0867815e3a"},{"name":"List Origin Pull By ReferenceId","id":"d4f584d9-4da5-45ff-b776-7449f0ed87a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/origin/pull/reference/id?referenceId={{referenceId}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Returns a list of Origin content by reference id.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull","reference","id"],"host":["api","msmdn","net"],"query":[{"key":"referenceId","value":"{{referenceId}}"}],"variable":[]}},"response":[],"_postman_id":"d4f584d9-4da5-45ff-b776-7449f0ed87a3"},{"name":"Get Origin Pull","id":"966bce63-923b-4deb-86e1-ae4c5da18099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/origin/pull/{{contentID}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Returns the requested HTTP origin.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"966bce63-923b-4deb-86e1-ae4c5da18099"},{"name":"Create Origin Pull","id":"a5e2543a-78ba-4fde-8670-3ba5e2da3ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"followTTL\": {{true/false}},\r\n\t\"forwardHostHeader\": {{number}},\r\n\t\"forwardHostHeaderCustom\": \"{{string}}\",\r\n\t\"gidFolder\": \"{{string}}\",\r\n\t\"supportGzipCompression\": {{true/false}},\r\n\t\"timeToLiveDefault\": {{number}},\r\n\t\"title\": \"{{string*}}\",\r\n\t\"tags\": \"{{string,string,...}}\",\r\n\t\"shortDescription\": \"{{string}}\",\r\n\t\"longDescription\": \"{{string}}\",\r\n\t\"referenceId\": \"{{string}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/origin/pull","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Creates an HTTP origin.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5e2543a-78ba-4fde-8670-3ba5e2da3ae7"},{"name":"Update Origin Pull","id":"86bce383-88d9-4db6-888d-9a042fa9cc60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"followTTL\": {{true/false}},\r\n\t\"forwardHostHeader\": {{number}},\r\n\t\"forwardHostHeaderCustom\": \"{{string}}\",\r\n\t\"supportGzipCompression\": {{true/false}},\r\n\t\"timeToLiveDefault\": {{number}},\r\n    \"title\": \"{{string*}}\",\r\n    \"shortDescription\": \"{{string}}\",\r\n    \"longDescription\": \"{{string}}\",\r\n    \"tags\": \"{{string,string,...}}\",\r\n    \"referenceID\": \"{{string}}\",\r\n    \"customAttribute1\": \"{{string}}\",\r\n    \"customAttribute2\": \"{{string}}\",\r\n    \"customAttribute3\": \"{{string}}\",\r\n    \"customAttribute4\": \"{{string}}\",\r\n    \"customAttribute5\": \"{{string}}\",\r\n    \"customAttribute6\": \"{{string}}\",\r\n    \"customAttribute7\": \"{{string}}\",\r\n    \"customAttribute8\": \"{{string}}\",\r\n    \"customAttribute9\": \"{{string}}\",\r\n    \"customAttribute10\": \"{{string}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/origin/pull/{{contentID}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Modifies metadata and the HTTP origin settings.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"86bce383-88d9-4db6-888d-9a042fa9cc60"},{"name":"Add Url To Origin Pull","id":"324bd5a8-2e2b-4cdf-89b4-3256dca35f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/origin/pull/{{contentID}}/url/{{base64OriginHttp}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Adds an HTTP URL to the origin.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull","{{contentID}}","url","{{base64OriginHttp}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"324bd5a8-2e2b-4cdf-89b4-3256dca35f56"},{"name":"Delete URL from Origin Pull","id":"ba335c97-2e87-418c-971a-4dd621734385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/origin/pull/url/{{gidOriginUrl}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Deletes the specified URL from the origin.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","origin","pull","url","{{gidOriginUrl}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba335c97-2e87-418c-971a-4dd621734385"},{"name":"Purge","id":"f339c416-5cca-4bf4-a720-0edbcde03089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/cdn/purge/access-path?contentId={{contentId}}&path={{path}}","description":"<p><code>SCOPES: HTTP_ORIGIN_PULL</code></p>\n<p>Adds an HTTP URL to the origin.</p>\n","urlObject":{"protocol":"https","path":["v2","cdn","purge","access-path"],"host":["api","msmdn","net"],"query":[{"key":"contentId","value":"{{contentId}}"},{"key":"path","value":"{{path}}"}],"variable":[]}},"response":[],"_postman_id":"f339c416-5cca-4bf4-a720-0edbcde03089"}],"id":"94bee3ab-0373-4ac8-aaca-3ab863b9d9b0","_postman_id":"94bee3ab-0373-4ac8-aaca-3ab863b9d9b0","description":""},{"name":"Playlist","item":[{"name":"List Playlist Content","id":"66dca817-ab44-45d4-829a-8f25a4ea46d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/playlist","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Returns a list of videos in the playlist, excluding the folder tree.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"66dca817-ab44-45d4-829a-8f25a4ea46d0"},{"name":"List Playlist By ReferenceId","id":"1ad3ce77-9df8-4529-8089-eb3efceaed56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{yourToken}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.msmdn.net/v2/mam/playlist/reference/id?referenceId={{referenceId}}","description":"<p><code>SCOPES: PLAYLIST</code></p>\n<p>Returns a list of playlist content by reference id.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","reference","id"],"host":["api","msmdn","net"],"query":[{"key":"referenceId","value":"{{referenceId}}"}],"variable":[]}},"response":[],"_postman_id":"1ad3ce77-9df8-4529-8089-eb3efceaed56"},{"name":"Get Playlist","id":"a3e49320-da12-42b6-97d0-0a102f40f9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/playlist/{{contentID}}","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Returns the specified playlist.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3e49320-da12-42b6-97d0-0a102f40f9db"},{"name":"List Playlist Content","id":"1c1fa6dc-0224-4f3d-8e51-d7a8fce60a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/playlist/{{contentID}}/content","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Returns the list of on-demand assets contained in the specified playlist.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","{{contentID}}","content"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c1fa6dc-0224-4f3d-8e51-d7a8fce60a94"},{"name":"Create Playlist","id":"96d5a2b4-5822-4d47-855d-bdd5e9fe3115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"contentType\": {{30/31*}},\r\n\t\"gidFolder\": \"{{string}}\",\r\n\t\"title\": \"{{string*}}\",\r\n\t\"tags\": \"{{string,string,...}}\",\r\n\t\"shortDescription\": \"{{string}}\",\r\n\t\"longDescription\": \"{{string}}\",\r\n\t\"referenceId\": \"{{string}}\",\r\n\t\"customAttributes1\": \"{{string}}\",\r\n\t...\r\n\t\"customAttributes10\": \"{{string}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/playlist","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Creates a new playlist. Indicate playlist type (one shot OR loop).</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"96d5a2b4-5822-4d47-855d-bdd5e9fe3115"},{"name":"Add Content to Playlist","id":"12c6c367-48a4-4ebc-be7e-d52c27904790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/playlist/{{contentID-Playlist}}/content/{{contentID-OnDemand}}?position={{number}}","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Adds content to the bottom of the playlist.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","{{contentID-Playlist}}","content","{{contentID-OnDemand}}"],"host":["api","msmdn","net"],"query":[{"key":"position","value":"{{number}}"}],"variable":[]}},"response":[],"_postman_id":"12c6c367-48a4-4ebc-be7e-d52c27904790"},{"name":"Update Playlist","id":"5cc9f24d-d13a-4c11-9005-5e02095de5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"contentType\": {{30/31*}},\r\n    \"title\": \"{{string*}}\",\r\n    \"shortDescription\": \"{{string}}\",\r\n    \"longDescription\": \"{{string}}\",\r\n    \"tags\": \"{{string,string,...}}\",\r\n    \"referenceID\": \"{{string}}\",\r\n    \"customAttribute1\": \"{{string}}\",\r\n    \"customAttribute2\": \"{{string}}\",\r\n    \"customAttribute3\": \"{{string}}\",\r\n    \"customAttribute4\": \"{{string}}\",\r\n    \"customAttribute5\": \"{{string}}\",\r\n    \"customAttribute6\": \"{{string}}\",\r\n    \"customAttribute7\": \"{{string}}\",\r\n    \"customAttribute8\": \"{{string}}\",\r\n    \"customAttribute9\": \"{{string}}\",\r\n    \"customAttribute10\": \"{{string}}\"\r\n}"},"url":"https://api.msmdn.net/v2/mam/playlist/{{contentID}}","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Modifies content metadata and content type.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","{{contentID}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cc9f24d-d13a-4c11-9005-5e02095de5f8"},{"name":"Update Position Content in Playlist","id":"dda9220f-578b-4f1d-bf0f-1aa329a78ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/playlist/{{contentID-Playlist}}/content/{{contentID-OnDemand}}/position/{{position}}","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Changes the position of on-demand content within a playlist. All positions will be adjusted accordingly.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","{{contentID-Playlist}}","content","{{contentID-OnDemand}}","position","{{position}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"dda9220f-578b-4f1d-bf0f-1aa329a78ffd"},{"name":"Remove Content from Playlist","id":"fd134bc6-e6c1-4f67-84a7-82ca05aab118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/playlist/{{contentID-Playlist}}/content/{{contentID-OnDemand}}/position/{{position}}","description":"<p><code>SCOPES: PROPERTY, VOD, PLAYLIST</code></p>\n<p>Removes content from the specified position in a playlist. All positions will be adjusted accordingly.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","playlist","{{contentID-Playlist}}","content","{{contentID-OnDemand}}","position","{{position}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd134bc6-e6c1-4f67-84a7-82ca05aab118"}],"id":"066d50d1-d4cf-4ed0-8386-d821db3195b9","description":"<p>This group of APIs are used to manage playlists. These are used to play multiple on-demand files in a specified order.</p>\n<p>MainStreaming supports two types of playlists:</p>\n<ul>\n<li><p>One Shot | The playlist starts from the first frame (of the first video) in the playlist and ends with the last frame (of the last video).</p>\n</li>\n<li><p>Loop | The playlist is always running (in a loop) on the server. When the viewer requests the playlist, they start wherever the playlist is already in progress.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"6621e114-d2d7-42e9-9986-663470f90f64","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ada41dc1-c71a-40bd-b17b-d363fcc35f60","type":"text/javascript","exec":[""]}}],"_postman_id":"066d50d1-d4cf-4ed0-8386-d821db3195b9"},{"name":"Trash","item":[{"name":"List Trashed Content","id":"8f6c7f0a-f195-451b-8d07-b0ac6b5ed04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/trash?gidFolder={{string}}&searchString={{string}}&limit={{number}}&start={{number}}&filterVideo={{true/false}}&filterAudio={{true/false}}&filterOndemand={{true/false}}&filterLive={{true/false}}&filterOrigin={{true/false}}","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Return a list of content in the trash.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","trash"],"host":["api","msmdn","net"],"query":[{"key":"gidFolder","value":"{{string}}"},{"key":"searchString","value":"{{string}}"},{"key":"limit","value":"{{number}}"},{"key":"start","value":"{{number}}"},{"key":"filterVideo","value":"{{true/false}}"},{"key":"filterAudio","value":"{{true/false}}"},{"key":"filterOndemand","value":"{{true/false}}"},{"key":"filterLive","value":"{{true/false}}"},{"key":"filterOrigin","value":"{{true/false}}"}],"variable":[]}},"response":[],"_postman_id":"8f6c7f0a-f195-451b-8d07-b0ac6b5ed04c"},{"name":"Clear Trash","id":"007f3af9-84e0-4194-b6f2-b89f6febe2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/trash","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Permanently deletes all content and folders in the trash.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","trash"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"007f3af9-84e0-4194-b6f2-b89f6febe2c2"},{"name":"Move Bulk Content to Trash","id":"0f621b23-8d1d-442f-bde1-2ae898731d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\t\"{{contentID}}\",\n\t\"{{contentID}}\",\n\t\"...\"\n]"},"url":"https://api.msmdn.net/v2/mam/library/trash/massive/content","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Removes (in bulk) the specified content.\nWhen trashed, the content will no longer be deliverable.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","trash","massive","content"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f621b23-8d1d-442f-bde1-2ae898731d2d"},{"name":"Move Content to Trash","id":"e2ba18f4-e5e1-4040-8ebd-19d00e8fed01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/trash","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves the selected content to the trash. As soon as the content is trashed, it will no longer be delivered. However, it can be restored.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","trash"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2ba18f4-e5e1-4040-8ebd-19d00e8fed01"},{"name":"Restore Content to Library","id":"15a46b5e-6906-44a4-adc3-9894ab794d06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/{{contentID}}/untrash","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Restores a single piece of content into the root library. Once content is restored, it can be delivered on the CDN.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","{{contentID}}","untrash"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"15a46b5e-6906-44a4-adc3-9894ab794d06"},{"name":"Move Bulk Folder to Trash","id":"f6b70f39-36d1-4894-85cb-bf0c1e607dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\t\"{{gidFolder}}\",\n\t\"{{gidFolder}}\",\n\t\"...\"\n]"},"url":"https://api.msmdn.net/v2/mam/library/trash/massive/folder","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Trashes (in bulk) the specified folders and its content and subfolders. \nWhen trashed, the content will no longer be deliverable. </p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","trash","massive","folder"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6b70f39-36d1-4894-85cb-bf0c1e607dcc"},{"name":"Move Folder to Trash","id":"456bd4ce-b239-4ad1-ad6f-b1597f165015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/trash","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves the specified folder and its content and subfolders to the trash.  When trashed, content will no longer be deliverable on the CDN.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","trash"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"456bd4ce-b239-4ad1-ad6f-b1597f165015"},{"name":"Restore Folder to Library","id":"b09d8654-0be7-4696-8dd1-fc2caffcda32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/mam/library/folder/{{gidFolder}}/untrash","description":"<p><code>SCOPES: PROPERTY</code></p>\n<p>Moves the specified folder and its content and subfolders from the trash to the library root. This is similar to how \"undo\" works. Once content has been restored, it can be delivered by the CDN.</p>\n","urlObject":{"protocol":"https","path":["v2","mam","library","folder","{{gidFolder}}","untrash"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b09d8654-0be7-4696-8dd1-fc2caffcda32"}],"id":"3b62a8ef-f7d1-44a3-9ab9-46a7117250e0","_postman_id":"3b62a8ef-f7d1-44a3-9ab9-46a7117250e0","description":""}],"id":"0c6b3704-9292-461c-ac3a-7da7e71c53ae","description":"<p>MainStreaming advanced media assets management APIs enables content to be uploaded and managed.</p>\n<p>Upload on-demand video or audio, create one shot or looped playlists, add HTTP content origin servers, create live events and configure streaming sources.</p>\n<p>All live events are assigned a source. The content can be pushed directly or be pulled by MainStreaming from an origin server.  The supported streaming transport protocols are:</p>\n<ul>\n<li>RTMP Push</li>\n<li>RTSP Push</li>\n<li>RTSP Pull</li>\n<li>Icecast (audio only) Pull</li>\n<li>Icecast (audio only) Push</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"c405d3ad-eaee-4320-a6c4-52783b9b9965","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dad1cf8f-f0d0-4cc7-bc78-37efa666bbfb","type":"text/javascript","exec":[""]}}],"_postman_id":"0c6b3704-9292-461c-ac3a-7da7e71c53ae"},{"name":"Encoding Profiles","item":[{"name":"Profile","item":[{"name":"List Encoding Profiles","id":"0700564b-f0c9-4ccc-bf8b-66a220d2ee88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Returns a list of all encoding profiles. </p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[{"id":"0b8d8e82-f896-4cb3-88cd-3bd9ab704268","name":"List Encoding Profiles","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gidEncodingProfile\": \"xx11ebxx-118e-47d2-xxf9-0b92454e6dxx\",\n        \"fragmentDuration\": 3,\n        \"description\": \"MS Live H.264\",\n        \"twoPass\": false,\n        \"snapshot\": true,\n        \"snapshotQuantity\": 30,\n        \"type\": 2,\n        \"favorite\": true,\n        \"valid\": true,\n        \"isEncoding\": false\n    },\n    {\n        \"gidEncodingProfile\": \"xx8c3395-0303-4xxd-96xx-bd7226b319xx\",\n        \"fragmentDuration\": 3,\n        \"description\": \"MS On-Demand H.264\",\n        \"twoPass\": false,\n        \"snapshot\": true,\n        \"snapshotQuantity\": 30,\n        \"type\": 1,\n        \"favorite\": true,\n        \"valid\": true,\n        \"isEncoding\": true\n    }\n]"}],"_postman_id":"0700564b-f0c9-4ccc-bf8b-66a220d2ee88"},{"name":"Get Encoding Profile","id":"d5d5cf44-3c69-4012-8c0d-7bfda37adb9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Returns the specified encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{GidEncodingProfile}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[{"id":"736fedbc-0f03-4002-b18e-58b8b64c7060","name":"Get Encoding Profile","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"gidEncodingProfile\": \"xx11ebxx-118e-47d2-xxf9-0b92454e6dxx\",\n    \"fragmentDuration\": 3,\n    \"description\": \"MS Live H.264\",\n    \"twoPass\": false,\n    \"snapshot\": true,\n    \"snapshotQuantity\": 30,\n    \"type\": 2,\n    \"favorite\": true,\n    \"valid\": true,\n    \"isEncoding\": false\n}"}],"_postman_id":"d5d5cf44-3c69-4012-8c0d-7bfda37adb9c"},{"name":"Create Encoding Profile","id":"0c911caf-93fb-49a1-85b6-88099d075523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"{{string*}}\",\n\t\"fragmentDuration\": {{number*}},\n\t\"type\": {{number*}} # 1 onDemand Encoding Profile or 2 liveEvent Encoding Profile\n}"},"url":"https://api.msmdn.net/v2/encoding/profile","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Creates a new encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c911caf-93fb-49a1-85b6-88099d075523"},{"name":"Clone Encoding Profile","id":"7582d37f-7a24-4d81-83fb-c6fcce237e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}?name={{string*}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Creates a new encoding profile by cloning it from any current encoding profile listed in the property. </p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{GidEncodingProfile}}"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"7582d37f-7a24-4d81-83fb-c6fcce237e3a"},{"name":"Update Encoding Profile","id":"42d9ed73-b434-4796-a36d-693f22534b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"{{string*}}\",\n\t\"fragmentDuration\": {{number*}},\n\t\"outputFormats\": {{number*}}, # 1,2,4,8,16,32\n\t\"renditions\": [{\n\t\t\"audioBitrate\": {{number}},\n\t\t\"audioChannels\": {{number}},\n\t\t\"audioCodec\": {{number}},\n\t\t\"audioSampleRate\": {{number}},\n\t\t\"encodeAudio\": {{boolean}},\n\t\t\"encodeVideo\": {{boolean}},\n\t\t\"videoBitrate\": {{number}},\n\t\t\"videoCodec\": {{number}},\n\t\t\"videoCodecProfile\": {{number}},\n\t\t\"videoField\": {{number}},\n\t\t\"videoFrameRate\": {{number}},\n\t\t\"videoHeight\": {{number}},\n\t\t\"videoPreset\": {{number}},\n\t\t\"videoTwoPass\": {{boolean}},\n\t\t\"videoWidth\": {{number}}\n\t}, ...]\n}"},"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Modifies the options of the specified encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{GidEncodingProfile}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"42d9ed73-b434-4796-a36d-693f22534b67"},{"name":"Update Name of Encoding Profile","id":"03926860-e3c8-41f6-9a4a-72b001f4c603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}/name?name={{string*}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Modifies the name of the specified encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{GidEncodingProfile}}","name"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"03926860-e3c8-41f6-9a4a-72b001f4c603"},{"name":"Check Encoding Profile Delete","id":"6721dd69-86e3-4495-b92b-b7d675610ac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}/check-delete","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>To check if the encoding profile can be deleted. Will return a boolean.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{GidEncodingProfile}}","check-delete"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6721dd69-86e3-4495-b92b-b7d675610ac5"},{"name":"Delete Encoding Profile","id":"fedc194c-bd92-46ab-a0eb-6429e833a327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{GidEncodingProfile}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Deletes the specified encoding profile. If set in preferences, the system will revert to the default MainStreaming encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{GidEncodingProfile}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"fedc194c-bd92-46ab-a0eb-6429e833a327"}],"id":"17abc680-9470-4306-b563-9ff23c894b57","description":"<p>This set of APIs manages encoding profiles.</p>\n","event":[{"listen":"prerequest","script":{"id":"484d5286-b7fe-43ef-b1ba-47892af90cf7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e21af4a9-2863-41c9-b443-738bed5e332a","type":"text/javascript","exec":[""]}}],"_postman_id":"17abc680-9470-4306-b563-9ff23c894b57"},{"name":"Rendition","item":[{"name":"List Encoding Renditions","id":"bc5702f1-0beb-499b-89a2-78518d96808a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{gidEncodingProfileRendition}}/rendition","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Returns a list of encoding profile renditions. </p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{gidEncodingProfileRendition}}","rendition"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[{"id":"3e25addc-62d7-4600-9b55-8239f30362f6","name":"List Encoding Renditions","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/{{gidEncodingProfileRendition}}/rendition"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gidEncodingProfileRendition\": \"xxae58de-f4ae-4c63-9835-af7092a958xx\",\n        \"gidEncodingProfile\": \"xx8c3395-0303-45cd-9651-bd7226b319xx\",\n        \"encodeVideo\": true,\n        \"encodeAudio\": true,\n        \"videoCodec\": 1,\n        \"videoCodecProfile\": 0,\n        \"videoConstantRateFactor\": 0,\n        \"videoWidth\": 3840,\n        \"videoHeight\": 0,\n        \"videoFrameRate\": 0,\n        \"videoField\": 1,\n        \"videoBitrate\": 8000,\n        \"videoPreset\": 4,\n        \"audioCodec\": 1,\n        \"audioChannels\": 0,\n        \"audioSampleRate\": 0,\n        \"audioBitrate\": 0\n    },\n    {\n        \"gidEncodingProfileRendition\": \"x0beb09-7492-4ce5-916b-61159a990dxx\",\n        \"gidEncodingProfile\": \"xx8c3395-0303-45cd-9651-bd7226b319xx\",\n        \"encodeVideo\": true,\n        \"encodeAudio\": true,\n        \"videoCodec\": 1,\n        \"videoCodecProfile\": 0,\n        \"videoConstantRateFactor\": 0,\n        \"videoWidth\": 1920,\n        \"videoHeight\": 0,\n        \"videoFrameRate\": 0,\n        \"videoField\": 1,\n        \"videoBitrate\": 4000,\n        \"videoPreset\": 4,\n        \"audioCodec\": 1,\n        \"audioChannels\": 0,\n        \"audioSampleRate\": 0,\n        \"audioBitrate\": 0\n    },\n    {\n        \"gidEncodingProfileRendition\": \"xxd67733-c37c-4431-87b7-972d5e80aexx\",\n        \"gidEncodingProfile\": \"xx8c3395-0303-45cd-9651-bd7226b319xx\",\n        \"encodeVideo\": true,\n        \"encodeAudio\": true,\n        \"videoCodec\": 1,\n        \"videoCodecProfile\": 0,\n        \"videoConstantRateFactor\": 0,\n        \"videoWidth\": 0,\n        \"videoHeight\": 720,\n        \"videoFrameRate\": 0,\n        \"videoField\": 1,\n        \"videoBitrate\": 3000,\n        \"videoPreset\": 4,\n        \"audioCodec\": 1,\n        \"audioChannels\": 0,\n        \"audioSampleRate\": 0,\n        \"audioBitrate\": 128\n    }\n]"}],"_postman_id":"bc5702f1-0beb-499b-89a2-78518d96808a"},{"name":"Get Single Encoding Rendition","id":"28fbb773-9665-4905-86ef-922415238c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/rendition/{{gidEncodingProfileRendition}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Returns the specified encoding rendition.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","rendition","{{gidEncodingProfileRendition}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[{"id":"fe326803-8b1b-4416-befb-a55a6da9084e","name":"Get Single Encoding Rendition","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/rendition/{{gidEncodingProfileRendition}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"gidEncodingProfileRendition\": \"xxae58de-f4ae-4c63-9835-af7092a958xx\",\n    \"gidEncodingProfile\": \"xx8c3395-0303-45cd-9651-bd7226b319xx\",\n    \"encodeVideo\": true,\n    \"encodeAudio\": true,\n    \"videoCodec\": 1,\n    \"videoCodecProfile\": 0,\n    \"videoConstantRateFactor\": 0,\n    \"videoWidth\": 3840,\n    \"videoHeight\": 0,\n    \"videoFrameRate\": 0,\n    \"videoField\": 1,\n    \"videoBitrate\": 8000,\n    \"videoPreset\": 4,\n    \"audioCodec\": 1,\n    \"audioChannels\": 0,\n    \"audioSampleRate\": 0,\n    \"audioBitrate\": 0\n}"}],"_postman_id":"28fbb773-9665-4905-86ef-922415238c3a"},{"name":"Update Encoding Rendition","id":"2ef2e1f6-1b54-4f68-8daf-953b16aeabc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"audioBitrate\": {{number}},\n\t\"audioChannels\": {{number}},\n\t\"audioCodec\": {{number}},\n\t\"audioSampleRate\": {{number}},\n\t\"encodeAudio\": {{boolean}},\n\t\"encodeVideo\": {{boolean}},\n\t\"videoBitrate\": {{number}},\n\t\"videoCodec\": {{number}},\n\t\"videoCodecProfile\": {{number}},\n\t\"videoField\": {{number}},\n\t\"videoFrameRate\": {{number}},\n\t\"videoHeight\": {{number}},\n\t\"videoPreset\": {{number}},\n\t\"videoTwoPass\": {{boolean}},\n\t\"videoWidth\": {{number}}\n}"},"url":"https://api.msmdn.net/v2/encoding/profile/rendition/{{gidEncodingProfileRendition}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Modifies the rules of the specified encoding rendition.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","rendition","{{gidEncodingProfileRendition}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ef2e1f6-1b54-4f68-8daf-953b16aeabc8"},{"name":"Add Encoding Rendition","id":"8d1ce701-a77c-4c8b-83ef-a2a5669fb686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"audioBitrate\": {{number}},\n\t\"audioChannels\": {{number}},\n\t\"audioCodec\": {{number}},\n\t\"audioSampleRate\": {{number}},\n\t\"encodeAudio\": {{boolean}},\n\t\"encodeVideo\": {{boolean}},\n\t\"videoBitrate\": {{number}},\n\t\"videoCodec\": {{number}},\n\t\"videoCodecProfile\": {{number}},\n\t\"videoField\": {{number}},\n\t\"videoFrameRate\": {{number}},\n\t\"videoHeight\": {{number}},\n\t\"videoPreset\": {{number}},\n\t\"videoTwoPass\": {{boolean}},\n\t\"videoWidth\": {{number}}\n}"},"url":"https://api.msmdn.net/v2/encoding/profile/{{gidEncodingProfile}}/rendition","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Creates a rendition in the specified encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","{{gidEncodingProfile}}","rendition"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d1ce701-a77c-4c8b-83ef-a2a5669fb686"},{"name":"Delete Encoding Rendition","id":"68b87342-33ff-43c1-a3ae-48deb09cf892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/encoding/profile/rendition/{{gidEncodingProfileRendition}}","description":"<p><code>Scopes: ENCODING_PROFILE</code></p>\n<p>Deletes the specified rendition.</p>\n","urlObject":{"protocol":"https","path":["v2","encoding","profile","rendition","{{gidEncodingProfileRendition}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"68b87342-33ff-43c1-a3ae-48deb09cf892"}],"id":"476f956f-d0e7-4bff-8436-a2f7c049b4cd","description":"<p>This set of APIs will allow for the management of the renditions contained within encoding profiles.</p>\n","event":[{"listen":"prerequest","script":{"id":"51a93ede-0fad-4d5b-81dd-d2255edac018","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a853f3bd-efe6-4806-a0b5-273771077945","type":"text/javascript","exec":[""]}}],"_postman_id":"476f956f-d0e7-4bff-8436-a2f7c049b4cd"}],"id":"abbf436d-25d3-45ad-a63c-390496967278","description":"<p>Encoding profiles are used as templates to encode video and audio content uploaded with set abilities such as:</p>\n<ul>\n<li>Set adaptive bitrate renditions (ABR)</li>\n<li>Rules to modify content</li>\n<li>Adjust audio parameters</li>\n<li>Custom video resolution (content height and width)</li>\n<li>Frames per second (fps)</li>\n<li>Specify video/audio codecs</li>\n<li>Repacketization of content to HTTP delivery methods such as HLS, HSS, or DASH.  It can also be used to convert content file formats to progressive WEBM, MP4 or MP3.</li>\n</ul>\n<p>Profiles can be applied to live events for adaptive bitrate (ABR) transcoding as well as uploaded on-demand content. </p>\n","_postman_id":"abbf436d-25d3-45ad-a63c-390496967278"},{"name":"Player","item":[{"name":"List Player Skin","id":"1a9bc9cc-89f0-408f-b4f1-931a9dd1e174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/player","description":"<p><code>Scopes: PLAYER_STYLE</code></p>\n<p>Returns a list of player skins in the property.</p>\n","urlObject":{"protocol":"https","path":["v2","player"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a9bc9cc-89f0-408f-b4f1-931a9dd1e174"},{"name":"Add Player Skin","id":"7a1c71ff-4f40-4ce5-8775-0ee56e12a48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/player?name={{string*}}","description":"<p><code>Scopes: PLAYER_STYLE</code></p>\n<p>Adds a player skin.</p>\n","urlObject":{"protocol":"https","path":["v2","player"],"host":["api","msmdn","net"],"query":[{"key":"name","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"7a1c71ff-4f40-4ce5-8775-0ee56e12a48a"},{"name":"Update Player Skin","id":"db8f5ab9-edd8-460e-820b-8a7fa23de3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"backgroundColorAlpha\": \"{{string*}}\", # ex: \"#444444\" or: \"rgba(40,40,40,0.8)\"\n\t\"buttonColorAlpha\": \"{{string*}}\", # ex: \"#FFFFFF\" or: \"rgba(255,255,255,1)\"\n\t\"buttonHoverColorAlpha\": \"{{string*}}\", # ex: \"#0085B2\" or: \"rgba(0,60,80,0.65)\"\n\t\"colorBarEmptyAlpha\": \"{{string*}}\", # ex: \"#FFFFFF\" or: \"rgba(255,255,255,1)\"\n\t\"colorBarForwardingAlpha\": \"{{string*}}\", # ex:\"#0085B2\" or: \"rgba(0,60,80,0.65)\"\n\t\"logoPosition\": {{number*}}, # 1 top right, 2 bottom right, 3 bottom left, 4 top left\n\t\"opacity\": {{number*}}, # from 0 to 100\n\t\"titleOnButton\": {{boolean*}},\n\t\"hideControls\": {{boolean*}},\n\t\"canReplay\": {{boolean*}},\n\t\"useBigPlayButton\": {{boolean*}}\n}"},"url":"https://api.msmdn.net/v2/player/{{gidPlayer}}","description":"<p><code>Scopes: PLAYER_STYLE</code></p>\n<p>Modifies the specified player skin.</p>\n","urlObject":{"protocol":"https","path":["v2","player","{{gidPlayer}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"db8f5ab9-edd8-460e-820b-8a7fa23de3a4"},{"name":"Update Player Skin Title","id":"43b605e2-a9ee-4576-a5ce-f2c494403f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/player/{{gidPlayer}}/title?title={{string*}}","description":"<p><code>Scopes: PLAYER_STYLE</code></p>\n<p>Modifies the title of the specified encoding profile.</p>\n","urlObject":{"protocol":"https","path":["v2","player","{{gidPlayer}}","title"],"host":["api","msmdn","net"],"query":[{"key":"title","value":"{{string*}}"}],"variable":[]}},"response":[],"_postman_id":"43b605e2-a9ee-4576-a5ce-f2c494403f66"},{"name":"Upload Logo","id":"9694f756-5c79-4f32-8d6c-2007e736edd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Image to upload</p>\n","type":"file","value":null}]},"url":"https://api.msmdn.net/v2/player/{{gidPlayer}}/logo","description":"<p><code>Scopes: PLAYER_STYLE</code></p>\n<p>Upload the logo to show in the player.</p>\n","urlObject":{"protocol":"https","path":["v2","player","{{gidPlayer}}","logo"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9694f756-5c79-4f32-8d6c-2007e736edd3"},{"name":"Delete Player Skin","id":"7d09dc29-f04d-4e84-b01b-eff88280f881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/player/{{gidPlayer}}","description":"<p><code>Scopes: PLAYER_STYLE</code></p>\n<p>Deletes the specified player skin.</p>\n","urlObject":{"protocol":"https","path":["v2","player","{{gidPlayer}}"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d09dc29-f04d-4e84-b01b-eff88280f881"}],"id":"32d095df-e863-4853-8fb9-af41654f08eb","description":"<p>Customize the MainStreaming player with different skins and change options such as: color of buttons, loading bar and visualization of the elements. It allows for custom water marking in any corner of the displayed player.</p>\n","event":[{"listen":"prerequest","script":{"id":"9c4d3c72-d22c-4d4c-9aa4-6cf20b82699c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f815b91-81f1-43ed-a5de-90e3f0b0ee76","type":"text/javascript","exec":[""]}}],"_postman_id":"32d095df-e863-4853-8fb9-af41654f08eb"},{"name":"Activity","item":[{"name":"List Activities","id":"69c512ba-0db7-4393-93c2-7cd45b17c7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{yourToken}}","type":"text"}],"url":"https://api.msmdn.net/v2/activity","description":"<p>Returns a complete list of activities on the property.</p>\n","urlObject":{"protocol":"https","path":["v2","activity"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"69c512ba-0db7-4393-93c2-7cd45b17c7b9"}],"id":"55d7b53d-ce7a-4261-b6f1-0974fb51aacf","description":"<p>Activities are all actions performed on a property through API tokens. Monitor by who (and when) API’s are called and the resulting actions. All actions performed in POST, PUT and DELETE methods will be saved.</p>\n","event":[{"listen":"prerequest","script":{"id":"9bbad680-b71f-4c12-ae00-1e9547f090a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"842cf1ea-d992-4a3d-b2b2-dc2fe3528955","type":"text/javascript","exec":[""]}}],"_postman_id":"55d7b53d-ce7a-4261-b6f1-0974fb51aacf"},{"name":"CDN","item":[{"name":"Security","item":[{"name":"Security Profiles","id":"a36f8415-fd89-4cb1-858a-57ba43ff6dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{tokenCustomer}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","name":"Content-Type","type":"text","value":"Bearer {{yourToken}}"}],"url":"https://api.msmdn.net/v2/cdn/security/profile","description":"<p><code>Scopes: PROPERTY, SECFIL</code></p>\n<p>Returns a list of the security groups includes the profiles.</p>\n","urlObject":{"protocol":"https","path":["v2","cdn","security","profile"],"host":["api","msmdn","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a36f8415-fd89-4cb1-858a-57ba43ff6dc4"}],"id":"5ebd7f40-a6fc-4863-99a7-1109f733847c","description":"<p>The CDN security rules allow us to protect or limit content to your own discretion.</p>\n","_postman_id":"5ebd7f40-a6fc-4863-99a7-1109f733847c"}],"id":"f7fb47a1-53ef-42aa-8577-0a3b78de6cb3","description":"<p>MainStreaming CDN is a system distributed all over the world that allows content to be sent to end users.\nThis set of APIs will allow the configuration of the customer CDN in terms of security, distribution and more.</p>\n","event":[{"listen":"prerequest","script":{"id":"dfc0ea90-4517-4e8a-8ec5-a43a791cedbc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a60c1955-838e-4b84-89a9-0f8e6eeba833","type":"text/javascript","exec":[""]}}],"_postman_id":"f7fb47a1-53ef-42aa-8577-0a3b78de6cb3"}],"event":[{"listen":"prerequest","script":{"id":"b8e33752-117a-4b08-a850-6e35a49acf14","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4959c02c-51e9-4899-8f71-de03615152b0","type":"text/javascript","exec":[""]}}]}