{"info":{"_postman_id":"7446f36f-527a-48c5-950b-174c48ad224d","name":"Transmit.live","description":"<html><head></head><body><h3 id=\"getting-started\">Getting Started</h3>\n<ol>\n<li><p>Obtain a <strong>client_id</strong>, <strong>client_secret</strong>, and <strong>accountId</strong> from Transmit.</p>\n</li>\n<li><p><strong>client_id</strong> and <strong>client_secret</strong> will be used to create an access token with the oauth2 client_credentials flow.</p>\n</li>\n<li><p>Generate an access token: <a href=\"https://docs.transmit.live/#48a0ee2c-821a-4e35-9778-323ddceb3b94\">https://docs.transmit.live/#48a0ee2c-821a-4e35-9778-323ddceb3b94</a></p>\n</li>\n<li><p>Make authenticated requests to the api as outlined in this documentation.</p>\n</li>\n<li><p>Implement refresh token logic to assure when your initial access token expires, your integration will continue to make successful requests by using a new access token. <strong>Note: Your access token will expire in 30 days.</strong> If you receive a 401 response with a message telling you \"Your token has expired.\", please generate a new token by repeating step 3.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14803799","collectionId":"7446f36f-527a-48c5-950b-174c48ad224d","publishedId":"Tz5s5cpa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5025F5"},"publishDate":"2021-03-16T16:57:24.000Z"},"item":[{"name":"Account APIs","item":[{"name":"/api/client/stream","id":"211bd829-3fcf-45b8-962c-03a31d39e4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"lbar_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"pip\",\n            \"name\": \"pip_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"interstitial\",\n            \"name\": \"fs_ad_tag\",\n            \"url\": \"https://example.com\"\n        }\n    ],\n    \"streamUrl\": \"https://stream.com/playlist.m3u8\",\n    \"name\": \"test_stream\",\n    \"brightLineTags\": false,\n    \"adminEmailAddresses\": [\"test@stream.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/stream","description":"<p>Create configuration and stream.</p>\n","urlObject":{"path":["api","client","stream"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"8ccb9546-d8f6-424f-bd26-3164c424d9d2","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"lbar_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"pip\",\n            \"name\": \"pip_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"interstitial\",\n            \"name\": \"fs_ad_tag\",\n            \"url\": \"https://example.com\"\n        }\n    ],\n    \"streamUrl\": \"https://stream.com/playlist.m3u8\",\n    \"name\": \"test_stream\",\n    \"brightLineTags\": false,\n    \"accountName\": \"test account\",\n    \"accountSubdomain\": \"testaccount\",\n    \"adminEmailAddresses\": [\"test@stream.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/stream"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"updateConfigurationUrl\": \"/v1/configuration/:configurationid\",\n  \"account\":\n  {\n    \"_id\": \"account id\",\n    \"name\": \"test account\"\n  },\n  \"configuration\":\n  {\n    \"_id\": \"configurationid\",\n    \"overrides\":\n    {},\n    \"encodingOverrides\":\n    {},\n    \"adTags\":\n    [\n      {\n        \"_id\": \"ad tag id 1\",\n        \"accountId\": \"account id\",\n        \"adServer\": \"External\",\n        \"backgroundColor\": \"000000\",\n        \"backgroundId\": null,\n        \"backgroundUrl\": null,\n        \"borderColor\": \"ffffff\",\n        \"cpm\": 0,\n        \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n        \"duration\": 0,\n        \"format\": \"squeezeBack\",\n        \"logoId\": null,\n        \"logoUrl\": null,\n        \"name\": \"lbar_ad_tag\",\n        \"overlayId\": null,\n        \"overlayUrl\": null,\n        \"rotating\": true,\n        \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n        \"url\": \"https://example.com\",\n        \"videoId\": null,\n        \"videoUrl\": null\n      },\n      {\n        \"_id\": \"ad tag id 2\",\n        \"accountId\": \"account id\",\n        \"adServer\": \"External\",\n        \"backgroundColor\": \"000000\",\n        \"backgroundId\": null,\n        \"backgroundUrl\": null,\n        \"borderColor\": \"ffffff\",\n        \"cpm\": 0,\n        \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n        \"duration\": 0,\n        \"format\": \"pip\",\n        \"logoId\": null,\n        \"logoUrl\": null,\n        \"name\": \"pip_ad_tag\",\n        \"overlayId\": null,\n        \"overlayUrl\": null,\n        \"rotating\": true,\n        \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n        \"url\": \"https://example.com\",\n        \"videoId\": null,\n        \"videoUrl\": null\n      },\n      {\n        \"_id\": \"ad tag id 3\",\n        \"accountId\": \"account id\",\n        \"adServer\": \"External\",\n        \"backgroundColor\": \"000000\",\n        \"backgroundId\": null,\n        \"backgroundUrl\": null,\n        \"borderColor\": \"ffffff\",\n        \"cpm\": 0,\n        \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n        \"duration\": 0,\n        \"format\": \"interstitial\",\n        \"logoId\": null,\n        \"logoUrl\": null,\n        \"name\": \"fs_ad_tag\",\n        \"overlayId\": null,\n        \"overlayUrl\": null,\n        \"rotating\": true,\n        \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n        \"url\": \"https://example.com\",\n        \"videoId\": null,\n        \"videoUrl\": null\n      }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"user id\",\n    \"adTagGroups\":\n    [\n      {\n        \"adTagId\": \"ad tag id 1\",\n        \"tier\": 1,\n        \"weight\": 100\n      },\n      {\n        \"adTagId\": \"ad tag id 2\",\n        \"tier\": 1,\n        \"weight\": 100\n      },\n      {\n        \"adTagId\": \"ad tag id 3\",\n        \"tier\": 1,\n        \"weight\": 100\n      }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\":\n    {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": null,\n    \"breakSchedules\":\n    [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\":\n    [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\":\n    [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null\n  },\n  \"stream\":\n  {\n    \"hlsPrefix\": \"https://testaccount.global.transmit.live/hls/:configurationid/playlist.m3u8\",\n    \"dashPrefix\": \"https://testaccount.global.transmit.live/hls/:configurationid/playlist.m3u8\"\n  }\n}"},{"id":"c6a5561a-9e39-4bee-9c71-5153cea39b2d","name":"422","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"lbar_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"pip\",\n            \"name\": \"pip_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"interstitial\",\n            \"name\": \"fs_ad_tag\",\n            \"url\": \"https://example.com\"\n        }\n    ],\n    \"streamUrl\": \"https://stream.com/playlist.m3u8\",\n    \"name\": \"test_stream\",\n    \"brightLineTags\": false,\n    \"accountName\": \"test account\",\n    \"accountSubdomain\": \"testaccount\",\n    \"adminEmailAddresses\": [\"test@stream.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/stream"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"211bd829-3fcf-45b8-962c-03a31d39e4ff"},{"name":"/api/client/configuration","id":"b1a65471-a188-437b-8cdd-048ab9244cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_id\": \"67be3d9fb3714a9e22d8288b\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"PUB_LBar_AENetworks_IceRoadTruckers_VizioUS_Springserve_newtag\",\n            \"url\": \"https://tv.springserve.com/rt/5966?w=__WIDTH__&h=__HEIGHT__&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&app_bundle=vizio.watchfree&app_name=WatchFree&did=__RDID__&pod_max_dur=__BREAK_DUR__&dnt=__DNT__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&content_title=__DYNAMIC~EPISODE__&coppa=__DYNAMIC~coppa__&us_privacy=__DYNAMIC~pr__&ifa_type=__DYNAMIC~ifatype__&vizdartoken=__DYNAMIC~vizdartoken__&rating=__DYNAMIC~RATING__&ic=__DYNAMIC~CATEGORY__&lmt=__DYNAMIC~lmt__&app_store_url=__APP_STORE_URL__&url=__DOMAIN__&device_make=__DEVICE_MAKE__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=squeeze_back&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&vizio_network_name=__DYNAMIC~vizio_network_name__\"\n        },\n        {\n            \"_id\": \"67d874e70316777c10e2f96f\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_PIP_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=pip&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"67d874b2c86d0754affba799\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_FS_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://994f2d47.wurl.com\",\n    \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n    \"name\": \"lg_aenetworks_iceroadtruckers_1_us_hls_wfo\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"67d8752dc86d0754affba79a\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874e70316777c10e2f96f\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874b2c86d0754affba799\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://994f2d47.wurl.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"wurl-prod-01\",\n    \"manifestCaching\": null\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/configuration","description":"<p>Update configuration.</p>\n","urlObject":{"path":["api","client","configuration"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f5a340ec-2eff-416b-bf09-a8bd36bfe824","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_id\": \"configurationid\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"new_lbar_ad_tag\",\n            \"url\": \"https://example.com/newtag\"\n        },\n        {\n            \"_id\": \"ad tag id 2\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"pip_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 3\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"fs_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"ad tag id 2\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 3\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://stream.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null,\n    \"slateCreativeId\": \"transmit-slate-id\"\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"configurationid\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"_id\": \"new ad tag id 1\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n            \"duration\": 0,\n            \"format\": \"squeezeBack\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"new_lbar_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n            \"url\": \"https://example.com/newtag\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 2\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"pip_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 3\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"fs_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"new ad tag id 1\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 2\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 3\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://stream.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null\n}"},{"id":"3b6fac45-449f-40fd-a2e3-17c6ea4c1660","name":"422","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_id\": \"67be3d9fb3714a9e22d8288b\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"PUB_LBar_AENetworks_IceRoadTruckers_VizioUS_Springserve_newtag\",\n            \"url\": \"https://tv.springserve.com/rt/5966?w=__WIDTH__&h=__HEIGHT__&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&app_bundle=vizio.watchfree&app_name=WatchFree&did=__RDID__&pod_max_dur=__BREAK_DUR__&dnt=__DNT__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&content_title=__DYNAMIC~EPISODE__&coppa=__DYNAMIC~coppa__&us_privacy=__DYNAMIC~pr__&ifa_type=__DYNAMIC~ifatype__&vizdartoken=__DYNAMIC~vizdartoken__&rating=__DYNAMIC~RATING__&ic=__DYNAMIC~CATEGORY__&lmt=__DYNAMIC~lmt__&app_store_url=__APP_STORE_URL__&url=__DOMAIN__&device_make=__DEVICE_MAKE__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=squeeze_back&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&vizio_network_name=__DYNAMIC~vizio_network_name__\"\n        },\n        {\n            \"_id\": \"67d874e70316777c10e2f96f\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"layout\": {\n                \"formatName\": \"pip\",\n                \"creativeScalePercent\": 60,\n                \"contentScalePercent\": 40,\n                \"creativeMarginTopPercent\": 13.5,\n                \"creativeMarginRightPercent\": 2.3,\n                \"creativeMarginBottomPercent\": 0,\n                \"creativeMarginLeftPercent\": 1.15,\n                \"contentMarginTopPercent\": 25.5,\n                \"contentMarginRightPercent\": 1.15,\n                \"contentMarginBottomPercent\": 0,\n                \"contentMarginLeftPercent\": 2.3,\n                \"contentVerticalAlignment\": \"top\",\n                \"contentHorizontalAlignment\": \"left\",\n                \"creativeHorizontalAlignment\": \"right\",\n                \"creativeVerticalAlignment\": \"top\",\n                \"logoHorizontalAlignment\": \"left\",\n                \"logoMarginPercent\": 0,\n                \"logoWidth\": 0,\n                \"logoHeight\": 0,\n                \"backgroundColor\": \"000000\",\n                \"borderColor\": \"ffffff\",\n                \"backgroundUrl\": null\n            },\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_PIP_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=pip&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"67d874b2c86d0754affba799\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"layout\": {\n                \"formatName\": \"interstitial\",\n                \"creativeScalePercent\": 100,\n                \"contentScalePercent\": 0,\n                \"creativeMarginTopPercent\": 0,\n                \"creativeMarginRightPercent\": 0,\n                \"creativeMarginBottomPercent\": 0,\n                \"creativeMarginLeftPercent\": 0,\n                \"contentMarginTopPercent\": 0,\n                \"contentMarginRightPercent\": 0,\n                \"contentMarginBottomPercent\": 0,\n                \"contentMarginLeftPercent\": 0,\n                \"contentVerticalAlignment\": \"top\",\n                \"contentHorizontalAlignment\": \"left\",\n                \"creativeHorizontalAlignment\": \"right\",\n                \"creativeVerticalAlignment\": \"top\",\n                \"logoHorizontalAlignment\": \"left\",\n                \"logoMarginPercent\": 0,\n                \"logoWidth\": 0,\n                \"logoHeight\": 0,\n                \"backgroundColor\": \"000000\",\n                \"borderColor\": \"ffffff\",\n                \"backgroundUrl\": null\n            },\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_FS_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://994f2d47.wurl.com\",\n    \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n    \"name\": \"lg_aenetworks_iceroadtruckers_1_us_hls_wfo\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"67d8752dc86d0754affba79a\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874e70316777c10e2f96f\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874b2c86d0754affba799\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://994f2d47.wurl.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"wurl-prod-01\",\n    \"manifestCaching\": null,\n    \"slateCreativeId\": \"transmit-slate-id\"\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/configuration"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b1a65471-a188-437b-8cdd-048ab9244cb8"},{"name":"/api/client/configurations","id":"c0e26835-1004-4a19-aee3-b5060250e0ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[],"url":"//api/client/configurations","description":"<p>Get all configurations for account associated with token.</p>\n","urlObject":{"path":["api","client","configurations"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"10542b18-37cd-4de4-af56-4bd919805b15","name":"200","originalRequest":{"method":"GET","header":[],"url":"//api/client/configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"configurationid\",\n        \"overrides\": {},\n        \"encodingOverrides\": {},\n        \"adTags\": [\n            {\n                \"_id\": \"new ad tag id 1\",\n                \"accountId\": \"account id\",\n                \"adServer\": \"External\",\n                \"backgroundColor\": \"000000\",\n                \"backgroundId\": null,\n                \"backgroundUrl\": null,\n                \"borderColor\": \"ffffff\",\n                \"cpm\": 0,\n                \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n                \"duration\": 0,\n                \"format\": \"squeezeBack\",\n                \"logoId\": null,\n                \"logoUrl\": null,\n                \"name\": \"new_lbar_ad_tag\",\n                \"overlayId\": null,\n                \"overlayUrl\": null,\n                \"rotating\": true,\n                \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n                \"url\": \"https://example.com/newtag\",\n                \"videoId\": null,\n                \"videoUrl\": null\n            },\n            {\n                \"_id\": \"ad tag id 2\",\n                \"accountId\": \"account id\",\n                \"adServer\": \"External\",\n                \"backgroundColor\": \"000000\",\n                \"backgroundId\": null,\n                \"backgroundUrl\": null,\n                \"borderColor\": \"ffffff\",\n                \"cpm\": 0,\n                \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n                \"duration\": 0,\n                \"format\": \"pip\",\n                \"logoId\": null,\n                \"logoUrl\": null,\n                \"name\": \"pip_ad_tag\",\n                \"overlayId\": null,\n                \"overlayUrl\": null,\n                \"rotating\": true,\n                \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n                \"url\": \"https://example.com\",\n                \"videoId\": null,\n                \"videoUrl\": null\n            },\n            {\n                \"_id\": \"ad tag id 3\",\n                \"accountId\": \"account id\",\n                \"adServer\": \"External\",\n                \"backgroundColor\": \"000000\",\n                \"backgroundId\": null,\n                \"backgroundUrl\": null,\n                \"borderColor\": \"ffffff\",\n                \"cpm\": 0,\n                \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n                \"duration\": 0,\n                \"format\": \"interstitial\",\n                \"logoId\": null,\n                \"logoUrl\": null,\n                \"name\": \"fs_ad_tag\",\n                \"overlayId\": null,\n                \"overlayUrl\": null,\n                \"rotating\": true,\n                \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n                \"url\": \"https://example.com\",\n                \"videoId\": null,\n                \"videoUrl\": null\n            }\n        ],\n        \"sourceUrl\": \"https://stream.com\",\n        \"accountId\": \"account id\",\n        \"name\": \"test_stream\",\n        \"slateAd\": null,\n        \"pip\": null,\n        \"squeezeBack\": null,\n        \"overlay\": null,\n        \"interstitial\": null,\n        \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n        \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n        \"userId\": \"67606d89127fe06e1f22a26c\",\n        \"adTagGroups\": [\n            {\n                \"adTagId\": \"new ad tag id 1\",\n                \"tier\": 1,\n                \"weight\": 100\n            },\n            {\n                \"adTagId\": \"ad tag id 2\",\n                \"tier\": 1,\n                \"weight\": 100\n            },\n            {\n                \"adTagId\": \"ad tag id 3\",\n                \"tier\": 1,\n                \"weight\": 100\n            }\n        ],\n        \"delay\": null,\n        \"streamAuth\": null,\n        \"inheritQuery\": false,\n        \"encodeVersion\": null,\n        \"encodeVersionUpdatedAt\": null,\n        \"drm\": null,\n        \"streamPrefetch\": {},\n        \"streamAudio\": null,\n        \"cdnAdSegmentPrefix\": \"https://stream.com\",\n        \"breakSchedules\": [],\n        \"playbackVersion\": 4,\n        \"encodingOverrideRules\": [],\n        \"muted\": null,\n        \"contentSourceHeaders\": null,\n        \"brightLineTags\": true,\n        \"adVerificationTags\": false,\n        \"videoClickTags\": false,\n        \"slateAds\": [],\n        \"instanceName\": \"instance-name\",\n        \"manifestCaching\": null\n    }\n]"}],"_postman_id":"c0e26835-1004-4a19-aee3-b5060250e0ab"},{"name":"/api/client/configuration/:configurationId","id":"5e1c8a67-014c-45e7-a8f9-22004c8f4159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"//api/client/configuration/:configurationId","description":"<p>Return requested configuration.</p>\n","urlObject":{"path":["api","client","configuration",":configurationId"],"host":["/"],"query":[],"variable":[{"type":"any","value":"","key":"configurationId"}]}},"response":[{"id":"fa75e634-1f9c-417c-8788-b0b9936a5ff6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"//api/client/configuration/:configurationId","host":["/"],"path":["api","client","configuration",":configurationId"],"variable":[{"key":"configurationId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"configurationid\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"_id\": \"new ad tag id 1\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n            \"duration\": 0,\n            \"format\": \"squeezeBack\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"new_lbar_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n            \"url\": \"https://example.com/newtag\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 2\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"pip_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 3\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"fs_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"new ad tag id 1\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 2\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 3\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://stream.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null\n}"},{"id":"826921d8-b8ba-4a74-b50c-1f1c1df86830","name":"404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"//api/client/configuration/:configurationId","host":["/"],"path":["api","client","configuration",":configurationId"],"variable":[{"key":"configurationId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5e1c8a67-014c-45e7-a8f9-22004c8f4159"},{"name":"/api/client/streams/schedule_break/:streamPath","id":"8a9e0ca9-c23e-4e5e-8b83-dfa18b2c97ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"breakType\": \"interstitial\",\n    \"breakDuration\": 30,\n    \"transmitStreamUrl\": \"https://demo.global.transmit.live/hls/000000000000000000000000/test/stream.m3u8\",\n    \"keyword\": \"default\"\n}"},"url":"//api/client/streams/schedule_break","description":"<p>Insert a break into the stream associated with transmitStreamUrl.</p>\n","urlObject":{"path":["api","client","streams","schedule_break"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0e405943-c658-4059-a77a-c2042b2f7503","name":"200","originalRequest":{"method":"GET","header":[],"url":"//api/client/streams/schedule_break"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8a9e0ca9-c23e-4e5e-8b83-dfa18b2c97ed"}],"id":"eb67a18c-a550-40cf-905d-e139d5743566","_postman_id":"eb67a18c-a550-40cf-905d-e139d5743566","description":"","auth":{"type":"oauth2","oauth2":{},"isInherited":true,"source":{"_postman_id":"7446f36f-527a-48c5-950b-174c48ad224d","id":"7446f36f-527a-48c5-950b-174c48ad224d","name":"Transmit.live","type":"collection"}}},{"name":"Account Group APIs","item":[{"name":"/api/client/account-group/stream","id":"a926bf39-4439-4e01-9d24-24a9ed6d3bea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"lbar_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"pip\",\n            \"name\": \"pip_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"interstitial\",\n            \"name\": \"fs_ad_tag\",\n            \"url\": \"https://example.com\"\n        }\n    ],\n    \"streamUrl\": \"https://stream.com/playlist.m3u8\",\n    \"name\": \"test_stream\",\n    \"brightLineTags\": false,\n    \"accountName\": \"test account\",\n    \"accountSubdomain\": \"testaccount\",\n    \"adminEmailAddresses\": [\"test@stream.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/account-group/stream","description":"<p>Create account, configuration and stream.</p>\n","urlObject":{"path":["api","client","account-group","stream"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"1b2bc025-8ff7-4663-bd3e-f4040bf2b822","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"lbar_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"pip\",\n            \"name\": \"pip_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"interstitial\",\n            \"name\": \"fs_ad_tag\",\n            \"url\": \"https://example.com\"\n        }\n    ],\n    \"streamUrl\": \"https://stream.com/playlist.m3u8\",\n    \"name\": \"test_stream\",\n    \"brightLineTags\": false,\n    \"accountName\": \"test account\",\n    \"accountSubdomain\": \"testaccount\",\n    \"adminEmailAddresses\": [\"test@stream.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/account-group/stream"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"updateConfigurationUrl\": \"/v1/configuration/:configurationid\",\n  \"account\":\n  {\n    \"_id\": \"account id\",\n    \"name\": \"test account\"\n  },\n  \"configuration\":\n  {\n    \"_id\": \"configurationid\",\n    \"overrides\":\n    {},\n    \"encodingOverrides\":\n    {},\n    \"adTags\":\n    [\n      {\n        \"_id\": \"ad tag id 1\",\n        \"accountId\": \"account id\",\n        \"adServer\": \"External\",\n        \"backgroundColor\": \"000000\",\n        \"backgroundId\": null,\n        \"backgroundUrl\": null,\n        \"borderColor\": \"ffffff\",\n        \"cpm\": 0,\n        \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n        \"duration\": 0,\n        \"format\": \"squeezeBack\",\n        \"logoId\": null,\n        \"logoUrl\": null,\n        \"name\": \"lbar_ad_tag\",\n        \"overlayId\": null,\n        \"overlayUrl\": null,\n        \"rotating\": true,\n        \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n        \"url\": \"https://example.com\",\n        \"videoId\": null,\n        \"videoUrl\": null\n      },\n      {\n        \"_id\": \"ad tag id 2\",\n        \"accountId\": \"account id\",\n        \"adServer\": \"External\",\n        \"backgroundColor\": \"000000\",\n        \"backgroundId\": null,\n        \"backgroundUrl\": null,\n        \"borderColor\": \"ffffff\",\n        \"cpm\": 0,\n        \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n        \"duration\": 0,\n        \"format\": \"pip\",\n        \"logoId\": null,\n        \"logoUrl\": null,\n        \"name\": \"pip_ad_tag\",\n        \"overlayId\": null,\n        \"overlayUrl\": null,\n        \"rotating\": true,\n        \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n        \"url\": \"https://example.com\",\n        \"videoId\": null,\n        \"videoUrl\": null\n      },\n      {\n        \"_id\": \"ad tag id 3\",\n        \"accountId\": \"account id\",\n        \"adServer\": \"External\",\n        \"backgroundColor\": \"000000\",\n        \"backgroundId\": null,\n        \"backgroundUrl\": null,\n        \"borderColor\": \"ffffff\",\n        \"cpm\": 0,\n        \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n        \"duration\": 0,\n        \"format\": \"interstitial\",\n        \"logoId\": null,\n        \"logoUrl\": null,\n        \"name\": \"fs_ad_tag\",\n        \"overlayId\": null,\n        \"overlayUrl\": null,\n        \"rotating\": true,\n        \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n        \"url\": \"https://example.com\",\n        \"videoId\": null,\n        \"videoUrl\": null\n      }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"user id\",\n    \"adTagGroups\":\n    [\n      {\n        \"adTagId\": \"ad tag id 1\",\n        \"tier\": 1,\n        \"weight\": 100\n      },\n      {\n        \"adTagId\": \"ad tag id 2\",\n        \"tier\": 1,\n        \"weight\": 100\n      },\n      {\n        \"adTagId\": \"ad tag id 3\",\n        \"tier\": 1,\n        \"weight\": 100\n      }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\":\n    {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": null,\n    \"breakSchedules\":\n    [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\":\n    [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\":\n    [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null\n  },\n  \"stream\":\n  {\n    \"hlsPrefix\": \"https://testaccount.global.transmit.live/hls/:configurationid/playlist.m3u8\",\n    \"dashPrefix\": \"https://testaccount.global.transmit.live/hls/:configurationid/playlist.m3u8\"\n  }\n}"},{"id":"45ba1a5f-6908-42d8-b556-493e8c170706","name":"422","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"lbar_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"pip\",\n            \"name\": \"pip_ad_tag\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"format\": \"interstitial\",\n            \"name\": \"fs_ad_tag\",\n            \"url\": \"https://example.com\"\n        }\n    ],\n    \"streamUrl\": \"https://stream.com/playlist.m3u8\",\n    \"name\": \"test_stream\",\n    \"brightLineTags\": false,\n    \"accountName\": \"test account\",\n    \"accountSubdomain\": \"testaccount\",\n    \"adminEmailAddresses\": [\"test@stream.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/account-group/stream"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a926bf39-4439-4e01-9d24-24a9ed6d3bea"},{"name":"/api/client/account-group/configuration","id":"d127d118-577a-4e38-819a-b124b42d271d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_id\": \"67be3d9fb3714a9e22d8288b\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"PUB_LBar_AENetworks_IceRoadTruckers_VizioUS_Springserve_newtag\",\n            \"url\": \"https://tv.springserve.com/rt/5966?w=__WIDTH__&h=__HEIGHT__&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&app_bundle=vizio.watchfree&app_name=WatchFree&did=__RDID__&pod_max_dur=__BREAK_DUR__&dnt=__DNT__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&content_title=__DYNAMIC~EPISODE__&coppa=__DYNAMIC~coppa__&us_privacy=__DYNAMIC~pr__&ifa_type=__DYNAMIC~ifatype__&vizdartoken=__DYNAMIC~vizdartoken__&rating=__DYNAMIC~RATING__&ic=__DYNAMIC~CATEGORY__&lmt=__DYNAMIC~lmt__&app_store_url=__APP_STORE_URL__&url=__DOMAIN__&device_make=__DEVICE_MAKE__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=squeeze_back&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&vizio_network_name=__DYNAMIC~vizio_network_name__\"\n        },\n        {\n            \"_id\": \"67d874e70316777c10e2f96f\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_PIP_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=pip&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"67d874b2c86d0754affba799\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_FS_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://994f2d47.wurl.com\",\n    \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n    \"name\": \"lg_aenetworks_iceroadtruckers_1_us_hls_wfo\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"67d8752dc86d0754affba79a\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874e70316777c10e2f96f\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874b2c86d0754affba799\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://994f2d47.wurl.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"wurl-prod-01\",\n    \"manifestCaching\": null\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/account-group/configuration","description":"<p>Update configuration.</p>\n","urlObject":{"path":["api","client","account-group","configuration"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4236ab00-fcd6-44cd-afd9-78f078393ef4","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_id\": \"configurationid\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"new_lbar_ad_tag\",\n            \"url\": \"https://example.com/newtag\"\n        },\n        {\n            \"_id\": \"ad tag id 2\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"pip_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 3\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"fs_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"ad tag id 2\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 3\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://stream.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null,\n    \"slateCreativeId\": \"transmit-slate-id\"\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/account-group/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"configurationid\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"_id\": \"new ad tag id 1\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n            \"duration\": 0,\n            \"format\": \"squeezeBack\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"new_lbar_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n            \"url\": \"https://example.com/newtag\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 2\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"pip_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 3\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"fs_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"new ad tag id 1\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 2\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 3\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://stream.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null\n}"},{"id":"371ec5f5-aa92-4638-af5f-eefe5f6838ed","name":"422","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_id\": \"67be3d9fb3714a9e22d8288b\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"format\": \"squeezeBack\",\n            \"name\": \"PUB_LBar_AENetworks_IceRoadTruckers_VizioUS_Springserve_newtag\",\n            \"url\": \"https://tv.springserve.com/rt/5966?w=__WIDTH__&h=__HEIGHT__&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&app_bundle=vizio.watchfree&app_name=WatchFree&did=__RDID__&pod_max_dur=__BREAK_DUR__&dnt=__DNT__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&content_title=__DYNAMIC~EPISODE__&coppa=__DYNAMIC~coppa__&us_privacy=__DYNAMIC~pr__&ifa_type=__DYNAMIC~ifatype__&vizdartoken=__DYNAMIC~vizdartoken__&rating=__DYNAMIC~RATING__&ic=__DYNAMIC~CATEGORY__&lmt=__DYNAMIC~lmt__&app_store_url=__APP_STORE_URL__&url=__DOMAIN__&device_make=__DEVICE_MAKE__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=squeeze_back&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&vizio_network_name=__DYNAMIC~vizio_network_name__\"\n        },\n        {\n            \"_id\": \"67d874e70316777c10e2f96f\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"layout\": {\n                \"formatName\": \"pip\",\n                \"creativeScalePercent\": 60,\n                \"contentScalePercent\": 40,\n                \"creativeMarginTopPercent\": 13.5,\n                \"creativeMarginRightPercent\": 2.3,\n                \"creativeMarginBottomPercent\": 0,\n                \"creativeMarginLeftPercent\": 1.15,\n                \"contentMarginTopPercent\": 25.5,\n                \"contentMarginRightPercent\": 1.15,\n                \"contentMarginBottomPercent\": 0,\n                \"contentMarginLeftPercent\": 2.3,\n                \"contentVerticalAlignment\": \"top\",\n                \"contentHorizontalAlignment\": \"left\",\n                \"creativeHorizontalAlignment\": \"right\",\n                \"creativeVerticalAlignment\": \"top\",\n                \"logoHorizontalAlignment\": \"left\",\n                \"logoMarginPercent\": 0,\n                \"logoWidth\": 0,\n                \"logoHeight\": 0,\n                \"backgroundColor\": \"000000\",\n                \"borderColor\": \"ffffff\",\n                \"backgroundUrl\": null\n            },\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_PIP_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&tl_overlay=pip&pod_ad_slots=1&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"67d874b2c86d0754affba799\",\n            \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"layout\": {\n                \"formatName\": \"interstitial\",\n                \"creativeScalePercent\": 100,\n                \"contentScalePercent\": 0,\n                \"creativeMarginTopPercent\": 0,\n                \"creativeMarginRightPercent\": 0,\n                \"creativeMarginBottomPercent\": 0,\n                \"creativeMarginLeftPercent\": 0,\n                \"contentMarginTopPercent\": 0,\n                \"contentMarginRightPercent\": 0,\n                \"contentMarginBottomPercent\": 0,\n                \"contentMarginLeftPercent\": 0,\n                \"contentVerticalAlignment\": \"top\",\n                \"contentHorizontalAlignment\": \"left\",\n                \"creativeHorizontalAlignment\": \"right\",\n                \"creativeVerticalAlignment\": \"top\",\n                \"logoHorizontalAlignment\": \"left\",\n                \"logoMarginPercent\": 0,\n                \"logoWidth\": 0,\n                \"logoHeight\": 0,\n                \"backgroundColor\": \"000000\",\n                \"borderColor\": \"ffffff\",\n                \"backgroundUrl\": null\n            },\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"PUB_FS_AENetworks_IceRoadTruckers_LGUS_Springserve\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://tv.springserve.com/rt/25666?w=1920&h=1080&cb=__CACHEBUSTER__&ip=__IP_ADDRESS_ESC__&pod_max_dur=__BREAK_DUR__&session_id=__SESSION_ID__&content_genre=__DYNAMIC~GENRE__&content_id=__CONTENT_STREAM_ID__&content_episode=__DYNAMIC~EPISODE__&content_title=__DYNAMIC~EPISODE__&content_season=__DYNAMIC~SEASON__&content_series=__DYNAMIC~SERIES__&udid=__USER_ID__&did=__RDID__&ifa_type=__IFA_TYPE__&dnt=__DNT__&donotsell=__DYNAMIC~donotsell__&gdpr_consent=__GDPR_CONSENT_STRING__&country=__DYNAMIC~country__&us_privacy=__US_PRIVACY_STRING__&app_store_url=__APP_STORE_URL__&app_bundle=__APP_BUNDLE__&app_name=__APP_NAME__&appversion=__DYNAMIC~appversion__&devicetype=__DEVICE_TYPE__&device_make=__DEVICE_MAKE__&device_model=__DEVICE_MODEL__&targetad=__DYNAMIC~targetad__&wurl_channel=__DYNAMIC~wurl_channel__&channel_name=__DYNAMIC~wurl_name__&coppa=__DYNAMIC~coppa__&rating=__DYNAMIC~RATINGS__&ic=__DYNAMIC~CATEGORY__&hoteltype=__DYNAMIC~hoteltype__&site_page=__REFERRER__&site_name=__DOMAIN__&player_height=__WIDTH__&player_width=__HEIGHT__&content_producer_id=__ACCOUNT_ID__&content_dist_id=__DYNAMIC~content_dist_id__&consent=__GDPR_CONSENT_STRING__&gdpr=0&is_lat=__DYNAMIC~is_lat__&pod_duration=__BREAK_DUR__&custom_18=__AD_TYPE__&custom_6=__DYNAMIC~custom_6__&custom_7=__DYNAMIC~custom_7__&custom_8=__DYNAMIC~custom_8__&xid=__TRANSACTION_ID__&adtagid=__AD_TAG_ID__&spath=__STREAM_PATH__&breaktype=__DYNAMIC~BreakType__&epdur=__DYNAMIC~EPDUR__&fck=__DYNAMIC~fck__&viewsize=__DYNAMIC~viewsize__&nonce=__DYNAMIC~nonce__\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://994f2d47.wurl.com\",\n    \"accountId\": \"67be3ac0446e17f53eef4ee9\",\n    \"name\": \"lg_aenetworks_iceroadtruckers_1_us_hls_wfo\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"67d8752dc86d0754affba79a\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874e70316777c10e2f96f\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"67d874b2c86d0754affba799\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://994f2d47.wurl.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"wurl-prod-01\",\n    \"manifestCaching\": null,\n    \"slateCreativeId\": \"transmit-slate-id\"\n}","options":{"raw":{"language":"json"}}},"url":"//api/client/account-group/configuration"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d127d118-577a-4e38-819a-b124b42d271d"},{"name":"/api/client/account-group/configurations","id":"44193931-36d4-4111-b8fa-554b5bc0a798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[],"url":"//api/client/account-group/configurations","description":"<p>Get all accounts and configurations for account group associated with token.</p>\n","urlObject":{"path":["api","client","account-group","configurations"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5e204d5e-533e-489c-b33c-7f74089e3fc8","name":"200","originalRequest":{"method":"GET","header":[],"url":"//api/client/account-group/configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"test account\": [\n        {\n            \"_id\": \"configurationid\",\n            \"overrides\": {},\n            \"encodingOverrides\": {},\n            \"adTags\": [\n                {\n                    \"_id\": \"new ad tag id 1\",\n                    \"accountId\": \"account id\",\n                    \"adServer\": \"External\",\n                    \"backgroundColor\": \"000000\",\n                    \"backgroundId\": null,\n                    \"backgroundUrl\": null,\n                    \"borderColor\": \"ffffff\",\n                    \"cpm\": 0,\n                    \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n                    \"duration\": 0,\n                    \"format\": \"squeezeBack\",\n                    \"logoId\": null,\n                    \"logoUrl\": null,\n                    \"name\": \"new_lbar_ad_tag\",\n                    \"overlayId\": null,\n                    \"overlayUrl\": null,\n                    \"rotating\": true,\n                    \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n                    \"url\": \"https://example.com/newtag\",\n                    \"videoId\": null,\n                    \"videoUrl\": null\n                },\n                {\n                    \"_id\": \"ad tag id 2\",\n                    \"accountId\": \"account id\",\n                    \"adServer\": \"External\",\n                    \"backgroundColor\": \"000000\",\n                    \"backgroundId\": null,\n                    \"backgroundUrl\": null,\n                    \"borderColor\": \"ffffff\",\n                    \"cpm\": 0,\n                    \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n                    \"duration\": 0,\n                    \"format\": \"pip\",\n                    \"logoId\": null,\n                    \"logoUrl\": null,\n                    \"name\": \"pip_ad_tag\",\n                    \"overlayId\": null,\n                    \"overlayUrl\": null,\n                    \"rotating\": true,\n                    \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n                    \"url\": \"https://example.com\",\n                    \"videoId\": null,\n                    \"videoUrl\": null\n                },\n                {\n                    \"_id\": \"ad tag id 3\",\n                    \"accountId\": \"account id\",\n                    \"adServer\": \"External\",\n                    \"backgroundColor\": \"000000\",\n                    \"backgroundId\": null,\n                    \"backgroundUrl\": null,\n                    \"borderColor\": \"ffffff\",\n                    \"cpm\": 0,\n                    \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n                    \"duration\": 0,\n                    \"format\": \"interstitial\",\n                    \"logoId\": null,\n                    \"logoUrl\": null,\n                    \"name\": \"fs_ad_tag\",\n                    \"overlayId\": null,\n                    \"overlayUrl\": null,\n                    \"rotating\": true,\n                    \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n                    \"url\": \"https://example.com\",\n                    \"videoId\": null,\n                    \"videoUrl\": null\n                }\n            ],\n            \"sourceUrl\": \"https://stream.com\",\n            \"accountId\": \"account id\",\n            \"name\": \"test_stream\",\n            \"slateAd\": null,\n            \"pip\": null,\n            \"squeezeBack\": null,\n            \"overlay\": null,\n            \"interstitial\": null,\n            \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n            \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n            \"userId\": \"67606d89127fe06e1f22a26c\",\n            \"adTagGroups\": [\n                {\n                    \"adTagId\": \"new ad tag id 1\",\n                    \"tier\": 1,\n                    \"weight\": 100\n                },\n                {\n                    \"adTagId\": \"ad tag id 2\",\n                    \"tier\": 1,\n                    \"weight\": 100\n                },\n                {\n                    \"adTagId\": \"ad tag id 3\",\n                    \"tier\": 1,\n                    \"weight\": 100\n                }\n            ],\n            \"delay\": null,\n            \"streamAuth\": null,\n            \"inheritQuery\": false,\n            \"encodeVersion\": null,\n            \"encodeVersionUpdatedAt\": null,\n            \"drm\": null,\n            \"streamPrefetch\": {},\n            \"streamAudio\": null,\n            \"cdnAdSegmentPrefix\": \"https://stream.com\",\n            \"breakSchedules\": [],\n            \"playbackVersion\": 4,\n            \"encodingOverrideRules\": [],\n            \"muted\": null,\n            \"contentSourceHeaders\": null,\n            \"brightLineTags\": true,\n            \"adVerificationTags\": false,\n            \"videoClickTags\": false,\n            \"slateAds\": [],\n            \"instanceName\": \"instance-name\",\n            \"manifestCaching\": null\n        }\n    ]\n}"}],"_postman_id":"44193931-36d4-4111-b8fa-554b5bc0a798"},{"name":"/api/client/account-group/configuration/:configurationId","id":"fc590b75-42f6-40ae-ab92-0f9a9fdf61f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"//api/client/account-group/configuration/:configurationId","description":"<p>Return requested configuration.</p>\n","urlObject":{"path":["api","client","account-group","configuration",":configurationId"],"host":["/"],"query":[],"variable":[{"type":"any","value":"","key":"configurationId"}]}},"response":[{"id":"7d7a5099-67df-4881-9e54-31436064f5bb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"//api/client/account-group/configuration/:configurationId","host":["/"],"path":["api","client","account-group","configuration",":configurationId"],"variable":[{"key":"configurationId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"configurationid\",\n    \"overrides\": {},\n    \"encodingOverrides\": {},\n    \"adTags\": [\n        {\n            \"_id\": \"new ad tag id 1\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:17:01.238Z\",\n            \"duration\": 0,\n            \"format\": \"squeezeBack\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"new_lbar_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:58:11.366Z\",\n            \"url\": \"https://example.com/newtag\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 2\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:15:51.665Z\",\n            \"duration\": 0,\n            \"format\": \"pip\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"pip_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T16:10:51.952Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        },\n        {\n            \"_id\": \"ad tag id 3\",\n            \"accountId\": \"account id\",\n            \"adServer\": \"External\",\n            \"backgroundColor\": \"000000\",\n            \"backgroundId\": null,\n            \"backgroundUrl\": null,\n            \"borderColor\": \"ffffff\",\n            \"cpm\": 0,\n            \"createdAt\": \"2025-03-17T19:14:58.729Z\",\n            \"duration\": 0,\n            \"format\": \"interstitial\",\n            \"logoId\": null,\n            \"logoUrl\": null,\n            \"name\": \"fs_ad_tag\",\n            \"overlayId\": null,\n            \"overlayUrl\": null,\n            \"rotating\": true,\n            \"updatedAt\": \"2025-05-28T15:50:23.472Z\",\n            \"url\": \"https://example.com\",\n            \"videoId\": null,\n            \"videoUrl\": null\n        }\n    ],\n    \"sourceUrl\": \"https://stream.com\",\n    \"accountId\": \"account id\",\n    \"name\": \"test_stream\",\n    \"slateAd\": null,\n    \"pip\": null,\n    \"squeezeBack\": null,\n    \"overlay\": null,\n    \"interstitial\": null,\n    \"createdAt\": \"2025-02-25T22:01:03.797Z\",\n    \"updatedAt\": \"2025-09-02T15:26:02.654Z\",\n    \"userId\": \"67606d89127fe06e1f22a26c\",\n    \"adTagGroups\": [\n        {\n            \"adTagId\": \"new ad tag id 1\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 2\",\n            \"tier\": 1,\n            \"weight\": 100\n        },\n        {\n            \"adTagId\": \"ad tag id 3\",\n            \"tier\": 1,\n            \"weight\": 100\n        }\n    ],\n    \"delay\": null,\n    \"streamAuth\": null,\n    \"inheritQuery\": false,\n    \"encodeVersion\": null,\n    \"encodeVersionUpdatedAt\": null,\n    \"drm\": null,\n    \"streamPrefetch\": {},\n    \"streamAudio\": null,\n    \"cdnAdSegmentPrefix\": \"https://stream.com\",\n    \"breakSchedules\": [],\n    \"playbackVersion\": 4,\n    \"encodingOverrideRules\": [],\n    \"muted\": null,\n    \"contentSourceHeaders\": null,\n    \"brightLineTags\": true,\n    \"adVerificationTags\": false,\n    \"videoClickTags\": false,\n    \"slateAds\": [],\n    \"instanceName\": \"instance-name\",\n    \"manifestCaching\": null\n}"},{"id":"5cd53895-b5be-4414-b545-f356c21894c2","name":"404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"//api/client/account-group/configuration/:configurationId","host":["/"],"path":["api","client","account-group","configuration",":configurationId"],"variable":[{"key":"configurationId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fc590b75-42f6-40ae-ab92-0f9a9fdf61f6"},{"name":"/api/client/account-group/accounts","id":"be6806c5-6136-44ac-8536-fd57098639f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"client_authentication":"<client_authentication>","accessTokenUrl":"<access-token-url>","grant_type":"<grant_type>"},"isInherited":false},"method":"GET","header":[],"url":"//api/client/account-group/accounts","description":"<p>All accounts associated with the token are returned.</p>\n","urlObject":{"path":["api","client","account-group","accounts"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5ab26ec5-f072-4003-8e00-fa71d94a945c","name":"200","originalRequest":{"method":"GET","header":[],"url":"//api/client/account-group/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"account id\",\n        \"name\": \"test account\",\n        \"accountGroupId\": \"account group id\",\n        \"accountGroup\": \"account group\",\n        \"subdomain\": \"testaccount\"\n    }\n]"}],"_postman_id":"be6806c5-6136-44ac-8536-fd57098639f4"}],"id":"c8471e92-fc03-46e9-afe2-3bec7c223a82","_postman_id":"c8471e92-fc03-46e9-afe2-3bec7c223a82","description":"","auth":{"type":"oauth2","oauth2":{},"isInherited":true,"source":{"_postman_id":"7446f36f-527a-48c5-950b-174c48ad224d","id":"7446f36f-527a-48c5-950b-174c48ad224d","name":"Transmit.live","type":"collection"}}},{"name":"/api/client/oauth/token","id":"48a0ee2c-821a-4e35-9778-323ddceb3b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"<p>Your Transmit live oauth app client id</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>Your Transmit live oauth app client secret</p>\n","type":"text"},{"key":"grant_type","value":"client_credentials","description":"<p>OAuth grant type for client credentials flow</p>\n","type":"text"}]},"url":"//api/client/oauth/token","description":"<p>OAuth request for authorization token.</p>\n","urlObject":{"path":["api","client","oauth","token"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0abe4fc8-0cdd-42eb-ad30-7ecab0a3c4d7","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"YOUR-CLIENT-ID","description":"Your Transmit live oauth app client id","type":"text"},{"key":"client_secret","value":"YOUR-CLIENT-SECRET","description":"Your Transmit live oauth app client secret","type":"text"},{"key":"grant_type","value":"client_credentials","description":"OAuth grant type for client credentials flow","type":"text"}]},"url":"//api/client/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCfffhhXVCJ9.eyJvYXV0aEFwcGxpY2F0aW9uSWQiOiI2MDQ1MDMwMjMxNGVjNjc5Mjc2OTQ4OGIiLCJ1c2VySWQiOiI2MDNkNGExMzJlMzE2YjAwNjExOTM1MTciLCJhY2NvdW50SWQiOiI2MDNlOTQ0MzQ3M2ViYmEwMmY0MmQwZWQiLCJzY29wZXMiOlsiZXh0ZXJuYWwtd3JpdGUiLCJleHRlcm5hbC1yZWFkIl0sImV4cCI6MTYxODQzNTkyMSwiaWF0IjoxNjE1ODQzOTIxfQ.sHAFSASA1mP-oKwVL9BGDpoU1XzKQ_QzCQ5ejvbb67g\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 1618435921\n}"}],"_postman_id":"48a0ee2c-821a-4e35-9778-323ddceb3b94"}],"auth":{"type":"oauth2","oauth2":{}},"event":[{"listen":"prerequest","script":{"id":"421b7787-d91d-49f6-9fda-539efc3e4142","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"cf18e663-cb8e-4960-a480-85f51e1e2527","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"/"},{"key":"dashboardBaseUrl","value":"/"}]}