{
  "default": {
    "host": "apis-vid.spectrum.net",
    "scheme": "https",
    "reporting": {
      "reportAPIEvents": true,
      "reportResponseHeaders": [
        "Failure-Trace",
        "lantern-source",
        "x-cache",
        "x-amz-cf-pop",
        "x-amz-cf-id",
        "cdvr-quota-used",
        "cdvr-quota-scheduled",
        "cdvr-service-package"
      ]
    },
    "headers": {
      "x-client-id": "{{client_id}}",
      "x-client-device-id": "{{device_id}}",
      "x-client-version": "{{app_version}}",
      "x-client-os-version": "{{os_version}}",
      "x-client-quantum-visit-id": "{{analytics_visit_id}}"
    }
  },
  "services": {
    "auth": {
      "host": "apis.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "getOAuthValidateSessionV2": {
          "method": "GET",
          "path": "/auth/oauth/v2/validateSession"
        },
        "oauthAutoAuthorize": {
          "method": "POST",
          "path": "/auth/oauth/auto/authorize"
        },
        "oauthDeviceAuthorize": {
          "method": "POST",
          "path": "/auth/oauth/device/authorize"
        },
        "oauthDeviceDeauthorize": {
          "method": "POST",
          "path": "/auth/oauth/device/deauthorize"
        },
        "oauthExchangeToken": {
          "method": "POST",
          "path": "/auth/oauth/exchangeToken"
        },
        "oauthLegacyTokenAuthorize": {
          "method": "POST",
          "path": "/auth/oauth/legacytoken/authorize"
        },
        "oauthMasqueradeAuthorize": {
          "method": "POST",
          "path": "/auth/oauth/masquerade/authorize"
        },
        "oauthRequest": {
          "method": "POST",
          "path": "/auth/oauth/request"
        },
        "oauthRequestCode": {
          "method": "POST",
          "path": "/auth/oauth/requestcode"
        },
        "oauthSpecuAuthorize": {
          "method": "POST",
          "path": "/auth/oauth/specu/authorize"
        },
        "oauthSsoTokenExchange": {
          "method": "POST",
          "path": "/auth/oauth/ssotoken/exchange"
        },
        "oauthToken": {
          "method": "POST",
          "path": "/auth/oauth/token"
        },
        "oauthResiSsoTokenAuthorize": {
          "method": "POST",
          "path": "/auth/oauth2/resi/ssotoken/authorize"
        },
        "postAuthAAInitialize": {
          "method": "POST",
          "path": "/auth/aa/initialize"
        },
        "postOAuthAutoAccessIPAuthV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/consumer/aa/ip/auth"
        },
        "postOAuthEnterpriseAAIPDeviceAuthV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/enterprise/aa/ipdeviceid/auth"
        },
        "postOAuthEnterpriseVideoPasswordAuthV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/enterprise/video/password/auth"
        },
        "postOAuthExchangeTokenAuthV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/consumer/exchange/token/auth"
        },
        "postOAuthLogoutLocalV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/logout/local"
        },
        "postOAuthLogoutSingleV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/logout/single"
        },
        "postOAuthRendezvousCodeV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/rendezvous/code"
        },
        "postOAuthRendezvousPollV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/rendezvous/poll"
        },
        "postOAuthTokenV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/token"
        },
        "postOAuthVideoDeviceVerifierAuthV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/consumer/video/deviceverifier/auth"
        },
        "postOAuthVideoPasswordAuthV2": {
          "method": "POST",
          "path": "/auth/oauth/v2/consumer/video/password/auth"
        }
      }
    },
    "buyflow": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 0,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "getCurrentPackageV1": {
          "method": "GET",
          "path": "/buyflow/v1/currentPackage"
        },
        "getOffersV1": {
          "method": "GET",
          "path": "/buyflow/v1/offers"
        },
        "getOffersV2": {
          "method": "GET",
          "path": "/buyflow/v2/offers"
        },
        "getOffersV3": {
          "method": "GET",
          "path": "/buyflow/v3/offers"
        },
        "getUpgradeOffersV2": {
          "method": "GET",
          "path": "/buyflow/upgrade/v2/offers"
        },
        "postEstimatedTaxesV1": {
          "method": "POST",
          "path": "/buyflow/v1/estimateTaxes",
          "retry": {
            "retryAttempts": 2,
            "retryDelayMs": 0,
            "nextRetryMultiplier": 1,
            "jitter": 0,
            "retryStatusCodes": [
              500,
              502,
              503,
              504
            ]
          }
        },
        "postOrderV1": {
          "method": "POST",
          "path": "/buyflow/v1/order"
        },
        "postUpgradeOrderV2": {
          "method": "POST",
          "path": "/buyflow/upgrade/v2/order"
        },
        "getCurrentEntitlementPackagesV5": {
          "method": "GET",
          "path": "/buyflow/v5/currentEntitlementPackages"
        },
        "getOffersV5": {
          "method": "GET",
          "path": "/buyflow/v5/offers"
        },
        "postOrderV5": {
          "method": "POST",
          "path": "/buyflow/v5/order"
        }
      }
    },
    "datum": {
      "host": "stva-assets.ipvideo.prd.spectrum.net",
      "scheme": "https",
      "endpoints": {
        "getDatumTrendingLiveV1": {
          "method": "GET",
          "path": "/datum/linear/v1/{{division}}.json"
        },
        "getDatumOriginalsV1": {
          "method": "GET",
          "path": "/datum/vod/v1/spectrum-originals.json"
        }
      }
    },
    "epgs": {
      "host": "stva-epgs-cf-v4.ipvideo.prd.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "getEpgsGuideV3": {
          "method": "GET",
          "path": "/epgs/ipvs/api/smarttv/guide/v3/twctv/grid"
        },
        "getEpgsGuideV4": {
          "method": "GET",
          "path": "/epgs/api/smarttv/guide/v4/twctv/grid"
        },
        "postEpgsGuidev4": {
          "method": "POST",
          "path": "/epgs/api/smarttv/guide/v4/twctv/grid"
        },
        "getEpgsSportsV1": {
          "method": "GET",
          "path": "/epgs/sports/v1/games/schedule?division={{division}}&startDateTime={{secondsFromEpoch}}&hours={{hourLimit}}"
        }
      }
    },
    "idm": {
      "host": "id.spectrum.net",
      "scheme": "https",
      "endpoints": {
        "getCentralizedAuthLogin": {
          "method": "GET",
          "path": "/login"
        },
        "getCentralizedAuthLoginAuto": {
          "method": "GET",
          "path": "/login/auto"
        }
      }
    },
    "ipvs": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "deleteAegisV1": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/aegis/v1"
        },
        "deleteDvrSeriesV1": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/action/dvr/v1/series/{{seriesId}}"
        },
        "deleteDvrShowV1": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/action/dvr/v1/show/{{recordingId}}"
        },
        "deleteRecents": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/clear"
        },
        "deleteWatchlistAssetsV1": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/watchList/v1/assets/{{providerAssetId}}"
        },
        "deleteWatchlistAssetsV2": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/watchList/v2/assets/{{tmsProviderProgramID}}"
        },
        "deleteWatchlistSeriesV1": {
          "method": "DELETE",
          "path": "/ipvs/api/smarttv/watchList/v1/series/{{seriesId}}"
        },
        "getAdobeSessionV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/adobe/session"
        },
        "getAegisCreateV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/aegis/v1/create"
        },
        "getAegisRefreshV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/aegis/v1/refresh"
        },
        "getAppleEntitlementsV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/apple/entitlements/v1"
        },
        "getAstCdvrV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/ast/cdvr/v2/{{recordingId}}"
        },
        "getAstLiveV2": {
          "method": "GET",
          "path": "/lantern/foc-ipvs/api/smarttv/ast/live/v2/{{ncsServiceId}}/{{outputFeedId}}"
        },
        "getAstPauseLiveV2": {
          "method": "GET",
          "path": "/lantern/foc-ipvs/api/smarttv/ast/live/v2/{{ncsServiceId}}/{{outputFeedId}}"
        },
        "getAstTrailerV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/ast/vod/trailer/v2/{{providerAssetId}}"
        },
        "getAstTvodV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/ast/tvod/v2/{{providerAssetId}}"
        },
        "getAstVodV2": {
          "method": "GET",
          "path": "/lantern/foc-ipvs/api/smarttv/ast/vod/v2/{{providerAssetId}}"
        },
        "getBaseExtrasV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/offers/v1/base/{{baseOfferid}}/extras"
        },
        "getBasePremiumsV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/offers/v1/base/{{baseOfferid}}/premiums"
        },
        "getBuyflowEligibleV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/offers/v2/buyflow/eligible"
        },
        "getCartSummarizeV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/offers/v1/cart/summarize"
        },
        "getCdvrProgramsV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/cdvr/v1/programs"
        },
        "getCdvrQuotaV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/cdvr/v1/quota"
        },
        "getChannelsPoweron": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/channels/poweron/v1"
        },
        "getDrmSessionV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/drm/session"
        },
        "getEasStoreCustomerFipsV1": {
          "method": "GET",
          "path": "/ipvs/api/eas/v1/storecustomerfips"
        },
        "getEntitlementsVodV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/entitlements/v1/vod"
        },
        "getFavoritesChannelsV1": {
          "method": "GET",
          "path": "/lantern/lrs/api/smarttv/favorites/channels/v1"
        },
        "getGuideGridV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/nmdepgs/v1/guide/{{lineupId}}/grid"
        },
        "getGuideTwctvV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/guide/v1/twctv"
        },
        "getGuideTwctvV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/guide/v2/twctv"
        },
        "getJwtdrmCdvrV1": {
          "method": "GET",
          "path": "/ipvs/api/jwtdrm/cdvr/v1"
        },
        "getJwtdrmLiveV1": {
          "method": "GET",
          "path": "/ipvs/api/jwtdrm/live/v1"
        },
        "getJwtdrmPauseLiveV1": {
          "method": "GET",
          "path": "/ipvs/api/jwtdrm/live/v1"
        },
        "getJwtdrmTrailerV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/jwtdrm/vod/trailer/v1"
        },
        "getJwtdrmTvodV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/jwtdrm/tvod/v1"
        },
        "getJwtdrmVodV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/jwtdrm/vod/v1"
        },
        "getOffersBaseV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/offers/v1/base"
        },
        "getParentalControlPinV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/parentalcontrol/v1/pin"
        },
        "getParentalControlV2": {
          "method": "GET",
          "path": "/lantern/api/smarttv/parentalcontrol/v2"
        },
        "getParentalControlBlockedChannelsV1": {
          "method": "GET",
          "path": "/lantern/lrs/api/smarttv/parentalcontrol/v1/blockedchannels",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": false,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getParentalControlRatingsV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/parentalcontrol/v1/ratings",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": false,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getPlayreadySessionV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/playready/session"
        },
        "getPublicPingV1": {
          "method": "GET",
          "path": "/ipvs/api/public/ping/v1",
          "retry": {
            "retryAttempts": 1,
            "retryDelayMs": 250,
            "nextRetryMultiplier": 1,
            "jitter": 0,
            "retryStatusCodes": []
          }
        },
        "getSmarttvBehindOwnModemV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/behindOwnModem/v1"
        },
        "getSmarttvBookmarksV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/bookmarks/v1"
        },
        "getSmarttvBookmarksV2": {
          "method": "GET",
          "path": "/lantern/api/smarttv/bookmarks/v2"
        },
        "getSmarttvBookmarksV3": {
          "method": "GET",
          "path": "/lantern/api/smarttv/bookmarks/v3"
        },
        "getSmarttvChannelsV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/channels/v1"
        },
        "getSmarttvChannelsV2": {
          "method": "GET",
          "path": "/lantern/api/smarttv/channels/v2"
        },
        "getSmarttvChannelsV3": {
          "method": "GET",
          "path": "/lantern/lrs/api/smarttv/channels/v3",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": false,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getSmarttvChannelsV4": {
          "method": "GET",
          "path": "/lantern/api/smarttv/channels/v4"
        },
        "getSmarttvLineupV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/lineup/v1",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": false,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getSmarttvLocationV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/location/v1"
        },
        "getSmarttvMsoV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/mso/v1"
        },
        "getSmarttvParentalControlV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/parentalcontrol/v1"
        },
        "getSmarttvTimezoneV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/timezone/v1"
        },
        "getSmarttvWatchlistV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/watchList/v1"
        },
        "getStbTunev0": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/epg/v0/stb/tune"
        },
        "postStreamCdvrV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/cdvr/v2/{{recordingId}}"
        },
        "postStreamCdvrV3": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/cdvr/v3/{{recordingId}}"
        },
        "getSubscriberInfoV1": {
          "method": "GET",
          "path": "/lantern/api/smarttv/stream/subscriberInfo/v1",
          "params": {
            "lat": "{{lat}}"
          },
          "retry": {
            "retryAttempts": 1,
            "retryDelayMs": 0,
            "nextRetryMultiplier": 1,
            "jitter": 0,
            "retryStatusCodes": [
              500,
              502,
              503,
              504
            ]
          },
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": false,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getTvodPinV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/tvod/v1/pin"
        },
        "getTvodPinV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/tvod/v2/pin"
        },
        "getTwctvGridV1": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/guide/v1/twctv/grid"
        },
        "getTwctvGridV2": {
          "method": "GET",
          "path": "/ipvs/api/smarttv/guide/v2/twctv/grid"
        },
        "getUserCapabilitiesV3": {
          "method": "GET",
          "path": "/lantern/lrs/api/smarttv/user/capabilities/v3",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": true,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getUserCapabilitiesV4": {
          "method": "GET",
          "path": "/lantern/api/smarttv/user/capabilities/v4"
        },
        "postBookmarksHiddenV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/bookmarks/v2/hidden"
        },
        "postBookmarksHiddenV3": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/bookmarks/v3/hidden"
        },
        "postCartBaseV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/offers/v1/cart/base"
        },
        "postCartPurchaseV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/offers/v1/cart/purchase"
        },
        "postFavoriteChannelsAddV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/favorites/channels/v1/add"
        },
        "postFavoriteChannelsRemoveV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/favorites/channels/v1/remove"
        },
        "postFavoriteChannelsSetV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/favorites/channels/v1/set"
        },
        "postDVRBookmarkV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/action/dvr/v1/bookmark/{{recordingId}}"
        },
        "postDvrSeriesV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/action/dvr/v1/series/{{tmsGuideId}}/{{seriesId}}"
        },
        "postDvrShowV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/action/dvr/v1/show/{{tmsGuideId}}/{{tmsProgramId}}"
        },
        "postDvrSeriesV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/action/dvr/v2/series/{{tmsGuideId}}/{{seriesId}}"
        },
        "postDvrShowV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/action/dvr/v2/show/{{tmsGuideId}}/{{tmsProgramId}}"
        },
        "postFlickVodV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/flick/vod/{{providerAssetId}}/mac/{{stbMac}}"
        },
        "postParentalControlAdminEnterpriseValidateV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/admin/enterprise/validate"
        },
        "postParentalControlEnterprisePinV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/enterprise/pin"
        },
        "postParentalControlPinV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/pin"
        },
        "postParentalControlAdminValidateV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/admin/validate"
        },
        "postParentalControlBlockedChannelsV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/blockedchannels"
        },
        "postParentalControlPinValidateV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/pin/validate"
        },
        "postPLTVScheduleV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/pltv/schedule/v1"
        },
        "postRecentChannelsV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/recent/channels/v1"
        },
        "postAddChannelToRecentV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/recent/channels/v1/add"
        },
        "postSmarttvBookmarksV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/bookmarks/v2/{{providerAssetId}}"
        },
        "postSmarttvBookmarksV3": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/bookmarks/v3/{{providerAssetId}}"
        },
        "postStreamContentInsertionV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/contentinsertion/v1"
        },
        "postStreamLiveV3": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/live/v3/{{ncsServiceId}}"
        },
        "postStreamLiveV4": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/live/v4/{{ncsServiceId}}"
        },
        "postStreamLiveV5": {
          "method": "POST",
          "path": "/lantern/api/smarttv/stream/live/v5/{{ncsServiceId}}",
          "params": {
            "behindOwnModem": "{{behindOwnModem}}",
            "inMarket": "{{inMarket}}",
            "OTT": "{{OTT}}",
            "parentalControlsEnabled": "{{parentalControlsEnabled}}",
            "dai-supported": "{{dai-supported}}",
            "storeToRecents": "{{storeToRecents}}",
            "aegis": "{{aegis}}",
            "parentalControlPIN": "{{parentalControlPIN}}",
            "stateAbbr": "{{stateAbbr}}"
          }
        },
        "postStreamLiveV6": {
          "method": "POST",
          "path": "/lantern/foc-ipvs/api/smarttv/stream/live/v6/{{ncsServiceId}}",
          "params": {
            "behindOwnModem": "{{behindOwnModem}}",
            "inMarket": "{{inMarket}}",
            "OTT": "{{OTT}}",
            "parentalControlsEnabled": "{{parentalControlsEnabled}}",
            "dai-supported": "{{dai-supported}}",
            "storeToRecents": "{{storeToRecents}}",
            "aegis": "{{aegis}}",
            "parentalControlPIN": "{{parentalControlPIN}}",
            "stateAbbr": "{{stateAbbr}}"
          }
        },
        "postStreamVodTrailerV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/vod/trailer/v2/{{providerAssetId}}"
        },
        "postStreamVodTrailerV3": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/vod/trailer/v3/{{providerAssetId}}"
        },
        "postStreamVodV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/vod/v2/{{providerAssetId}}"
        },
        "postStreamVodV3": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/stream/vod/v3/{{providerAssetId}}"
        },
        "postTvodPinV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/tvod/v1/pin"
        },
        "postTvodPinValidateV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/tvod/v1/pin/validate"
        },
        "postTvodRentV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/tvod/rent/v1/{{providerAssetId}}"
        },
        "postTvodRentV2": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/tvod/rent/v2/{{providerAssetId}}"
        },
        "postWatchlistAssetsDeleteV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/watchList/v1/assets/{{providerAssetId}}/delete"
        },
        "postWatchlistAssetsV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/watchList/v1/assets/{{providerAssetId}}"
        },
        "postWatchlistDeleteV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/watchList/v1/delete"
        },
        "postWatchlistSeriesDeleteV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/watchList/v1/series/{{seriesId}}/delete"
        },
        "postWatchlistSeriesV1": {
          "method": "POST",
          "path": "/ipvs/api/smarttv/watchList/v1/series/{{seriesId}}"
        },
        "putCartExtrasV1": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/offers/v1/cart/extras"
        },
        "putCartPremiumsV1": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/offers/v1/cart/premiums"
        },
        "putDvrSeriesV1": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/action/dvr/v1/series/{{tmsGuideId}}/{{seriesId}}"
        },
        "putDvrShowV1": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/action/dvr/v1/show/{{recordingId}}"
        },
        "putDvrSeriesV2": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/action/dvr/v2/series/{{tmsGuideId}}/{{seriesId}}"
        },
        "putDvrShowV2": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/action/dvr/v2/show/{{recordingId}}"
        },
        "putParentalControlRatingsV1": {
          "method": "PUT",
          "path": "/ipvs/api/smarttv/parentalcontrol/v1/ratings"
        }
      }
    },
    "kumodvr": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "getCdvrQuotaV2": {
          "method": "GET",
          "path": "/kumodvr/api/cdvr/v2/subscribers/quota"
        },
        "getCdvrQuotaV3": {
          "method": "GET",
          "path": "/kumodvr/api/cdvr/v3/subscribers/quota",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": true,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "deleteCdvrSeriesV2": {
          "method": "GET",
          "path": "/kumodvr/api/cdvr/v2/series/{{seriesId}}",
          "params": {
            "mode": "delete-done"
          }
        }
      }
    },
    "lantern": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "getManifestV1": {
          "method": "GET",
          "path": "/lantern/manifest/api/v1/manifest"
        }
      }
    },
    "nns": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "params": {
        "division": "{{division}}",
        "vodId": "{{vodId}}",
        "lineup": "{{lineupId}}",
        "profile": "{{profile}}",
        "app": "{{app}}",
        "flickable": "{{flickable}}",
        "dvr": "{{dvr}}",
        "cdvrEnabled": "{{cdvrEnabled}}",
        "rdvrVersion": "{{rdvrVersion}}",
        "tvodRent": "{{tvodRent}}",
        "tvodWatch": "{{tvodWatch}}",
        "watchOnDemand": "{{watchOnDemand}}",
        "tuneToChannel": "{{tuneToChannel}}",
        "watchLive": "{{watchLive}}",
        "support4k": "{{support4k}}",
        "hideOnDemand": "{{hideOnDemand}}",
        "hideLinear": "{{hideLinear}}",
        "spp": "{{spp}}",
        "macaddress": "{{macAddress}}",
        "displayOutOfHomeOnly": "{{displayOutOfHomeOnly}}",
        "deviceOutOfHome": "{{deviceOutOfHome}}",
        "deviceOutOfRegion": "{{deviceOutOfRegion}}",
        "deviceLocation": "{{deviceLocation}}"
      },
      "endpoints": {
        "getEntrypointV1": {
          "method": "GET",
          "path": "/nns/V1/entrypoint"
        },
        "getHomePageFrontDoorV1": {
          "method": "GET",
          "path": "/nns/V1/homepage/frontdoor"
        },
        "getEventByTmsProviderProgramIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/tmsid/{{tmsId}}",
          "params": {
            "application": "{{application}}",
            "airtimeUtcSec": "{{airtimeUtcSec}}",
            "tmsGuideServiceId": "{{tmsGuideServiceId}}"
          }
        },
        "getEventByProviderAssetIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/providerassetid/{{providerAssetId}}",
          "params": {
            "application": "{{application}}",
            "airtimeUtcSec": "{{airtimeUtcSec}}"
          }
        },
        "getEventByTitleAssetIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/titleassetid/{{titleAssetId}}"
        },
        "getEventByThePlatformMediaIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/theplatformmediaid/{{thePlatformMediaId}}"
        },
        "getEventByDeliveryIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/deliveryid/{{deliveryId}}"
        },
        "getEventByOfferingIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/offeringid/{{offeringId}}"
        },
        "getEventByNationalMetadataIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/preludenationalmetadataid/{preludeNationalMetadataId}"
        },
        "getEventByOndemandProviderProgramIdV1": {
          "method": "GET",
          "path": "/nns/V1/event/ondemandproviderprogramid/{{onDemandProviderProgramId}}"
        },
        "getSeriesByTmsSeriesIdV1": {
          "method": "GET",
          "path": "/nns/V1/series/tmsproviderseriesid/{{tmsProviderSeriesId}}",
          "params": {
            "application": "{{application}}",
            "airtimeUtcSec": "{{airtimeUtcSec}}",
            "episodeTmsId": "{{episodeTmsId}}",
            "tmsGuideServiceId": "{{tmsGuideServiceId}}"
          }
        },
        "getSeriesByTmsProviderProgramIdForSeriesV1": {
          "method": "GET",
          "path": "/nns/V1/series/tmsproviderprogramid/{{tmsProviderProgramId}}"
        },
        "getTopSearchesV1": {
          "method": "GET",
          "path": "/nns/V1/search/topsearches"
        },
        "getNetworksGridFrontDoorV1": {
          "method": "GET",
          "path": "/nns/V1/networksgrid/frontdoor"
        },
        "getVodPortalFrontDoorV1": {
          "method": "GET",
          "path": "/nns/V1/vodportal/frontdoor",
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getVodStoreFrontDoorV1": {
          "method": "GET",
          "path": "/nns/V1/vodstore/frontdoor",
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getVodStoreGrid": {
          "method": "GET",
          "path": "/nns/V1/vodstore/grid",
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getActorV1": {
          "method": "GET",
          "path": "/nns/V1/recommendations/tmsid/{{tmsId}}/actor/{{personId}}",
          "params": {
            "application": "BROWSE"
          }
        },
        "getDirectorV1": {
          "method": "GET",
          "path": "/nns/V1/recommendations/tmsid/{{tmsId}}/director/{{personId}}",
          "params": {
            "application": "BROWSE"
          }
        },
        "getSimilarToByTmsProviderProgramIdV1": {
          "method": "GET",
          "path": "/nns/V1/recommendations/tmsid/{{tmsId}}/similarto",
          "params": {
            "application": "BROWSE"
          }
        },
        "getSimilarToByTmsSeriesIdV1": {
          "method": "GET",
          "path": "/nns/V1/recommendations/tmsproviderseriesid/{{tmsProviderSeriesId}}/similarto",
          "params": {
            "application": "BROWSE"
          }
        },
        "getNetworksGridMenuV1": {
          "method": "GET",
          "path": "/nns/V1/networksgrid/menu",
          "params": {
            "path": 0
          }
        },
        "getAppChannelV1": {
          "method": "GET",
          "path": "/nns/V1/appchannel"
        },
        "getWatchLaterFrontDoorV1": {
          "method": "GET",
          "path": "/nns/V1/watchlater/frontdoor"
        },
        "getMyLibraryFrontDoor": {
          "method": "GET",
          "path": "/nns/V1/mylibrary/frontdoor",
          "params": {
            "context": "{{context}}"
          }
        },
        "getCategoryAdHocV1": {
          "method": "GET",
          "path": "/nns/V1/category/adhoc"
        },
        "getCategoryBulkV1": {
          "method": "GET",
          "path": "/nns/V1/category/bulk"
        },
        "getDvrManagerFrontDoorV1": {
          "method": "GET",
          "path": "/nns/V1/dvrmanager/frontdoor"
        },
        "getRecommendationsV1": {
          "method": "GET",
          "path": "/nns/V1/recommendations/personalized",
          "params": {
            "recommendationKey": "{{recommendationKey}}",
            "useridhash": "{{userIdHash}}"
          }
        },
        "getSurferV1": {
          "method": "GET",
          "path": "/nns/V1/surfer"
        },
        "getSearchAutoCompleteV1": {
          "method": "GET",
          "path": "/nns/V1/search/autocomplete",
          "params": {
            "searchString": "{{searchString}}",
            "limit": "{{limit}}"
          },
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getNetworksGridV1": {
          "method": "GET",
          "path": "/nns/V1/vodportal/frontdoor"
        },
        "getVodPortalGridV1": {
          "method": "GET",
          "path": "/nns/V1/vodportal/grid",
          "params": {
            "path": "{{path}}",
            "application": "{{application}}"
          },
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getSearchComponentV1": {
          "method": "GET",
          "path": "/nns/V1/search/component",
          "params": {
            "searchString": "{{searchString}}"
          },
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getSearchV1": {
          "method": "GET",
          "path": "/nns/V1/search",
          "params": {
            "dsField": "{{dsField}}",
            "fieldDisplay": "{{fieldDisplay}}",
            "dsValue": "{{dsValue}}",
            "field": "{{field}}"
          },
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getSearchResults": {
          "method": "GET",
          "path": "/nns/V1/search/results",
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getMyLibraryViewAll": {
          "method": "GET",
          "path": "/nns/V1/mylibrary/viewall",
          "params": {
            "context": "{{context}}",
            "application": "MY_LIBRARY"
          }
        },
        "getNetworksGridApplicationMenuV1": {
          "method": "GET",
          "path": "/nns/V1/networksgrid/applicationid/{{applicationid}}/menu",
          "params": {
            "application": "{{application}}"
          }
        },
        "getVodPortalMenuV1": {
          "method": "GET",
          "path": "/nns/V1/vodportal/menu",
          "params": {
            "path": "{{path}}",
            "application": "{{application}}"
          },
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getNetworkPortalV1": {
          "method": "GET",
          "path": "/nns/V1/networkportal/networkid/{{id}}/ondemand/menu",
          "params": {
            "application": "{{application}}"
          },
          "host": "stva-nns-cf-v4.ipvideo.prd.spectrum.net"
        },
        "getCdvrRecordedV1": {
          "method": "GET",
          "path": "/nns/V1/cdvr/recorded"
        },
        "getCdvrScheduledV1": {
          "method": "GET",
          "path": "/nns/V1/cdvr/scheduled"
        }
      }
    },
    "nrs": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "putRdvr1ScheduleSingle": {
          "method": "PUT",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/schedule/{{mystroServiceId}}/{{tmsid}}/{{startTime}}/single"
        },
        "putRdvr2ScheduleSingle": {
          "method": "PUT",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/schedule/{{mystroServiceId}}/{{tmsid}}/{{startTime}}/single"
        },
        "putRdvr1ScheduleSeries": {
          "method": "PUT",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/schedule/{{mystroServiceId}}/{{seriesId}}/{{startTime}}/series"
        },
        "getRdvr1Scheduled": {
          "method": "GET",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/scheduled"
        },
        "getRdvr1Recorded": {
          "method": "GET",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/recorded"
        },
        "getRdvr1Recording": {
          "method": "GET",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/recording"
        },
        "putRdvr2RecordedDelete": {
          "method": "PUT",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/recorded/delete"
        },
        "getRdvr2SeriesPriorities": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/series/priorities"
        },
        "putRdvr2ScheduleSeries": {
          "method": "PUT",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/schedule/{{mystroServiceId}}/{{seriesId}}/{{startTime}}/series"
        },
        "getRdvr2RecordedPlay": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/recorded/play/{{mystroServiceId}}/{{tmsid}}/{{startTime}}"
        },
        "getRdvr2RecordedPlayResume": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/recorded/play/resume/{{mystroServiceId}}/{{tmsid}}/{{startTime}}"
        },
        "getRdvr2Recorded": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/recorded"
        },
        "getRdvr2Recording": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/recording"
        },
        "getRdvr2Usage": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/usage"
        },
        "getRdvr2Scheduled": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/scheduled"
        },
        "getStbStatus": {
          "method": "GET",
          "path": "/nrs/api/stbname/{{stbMac}}"
        },
        "getStbs": {
          "method": "GET",
          "path": "/nrs/api/stbs"
        },
        "postStbsName": {
          "method": "POST",
          "path": "/nrs/api/stbs/{{stbMac}}/name"
        },
        "putRdvr2SeriesPriorities": {
          "method": "PUT",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/series/priorities"
        },
        "deleteRdvr2ScheduledSingle": {
          "method": "DELETE",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/scheduled/{{mystroServiceId}}/{{tmsid}}/{{startTime}}/single"
        },
        "deleteRdvr2ScheduledSeries": {
          "method": "DELETE",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/scheduled/{{mystroServiceId}}/{{seriesId}}/{{startTime}}/series"
        },
        "deleteRdvr1ScheduledSingle": {
          "method": "DELETE",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/scheduled/{{mystroServiceId}}/{{tmsid}}/{{startTime}}/single"
        },
        "deleteRdvr1ScheduledSeries": {
          "method": "DELETE",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/scheduled/{{mystroServiceId}}/{{seriesId}}/{{startTime}}/series"
        },
        "getRdvr2ConflictSingle": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/scheduled/conflicts/{{mystroServiceId}}/{{tmsid}}/{{startTime}}/single"
        },
        "getRdvr2ConflictSeries": {
          "method": "GET",
          "path": "/nrs/api/rdvr2/dvr/{{stbMac}}/scheduled/conflicts/{{mystroServiceId}}/{{seriesId}}/{{startTime}}/series"
        },
        "getRdvr1ConflictSingle": {
          "method": "GET",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/scheduled/conflicts/{{mystroServiceId}}/{{tmsid}}/{{startTime}}/single"
        },
        "getRdvr1ConflictSeries": {
          "method": "GET",
          "path": "/nrs/api/rdvr1/dvr/{{stbMac}}/scheduled/conflicts/{{mystroServiceId}}/{{seriesId}}/{{startTime}}/series"
        }
      }
    },
    "pi": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "getLocationV1": {
          "method": "GET",
          "path": "/pi/customer/location/v1"
        },
        "getLocationV2": {
          "method": "GET",
          "path": "/pinxt/customer/location/v1",
          "host": "apis.spectrum.net"
        },
        "getPromoConfig": {
          "method": "GET",
          "path": "/promoconfig/promos.json",
          "host": "pi-lite.spectrum.net"
        },
        "getEnterpriseInfo": {
          "method": "GET",
          "path": "/enterprise/info",
          "host": "pi-lite.spectrum.net"
        },
        "getSpecuDomainV1": {
          "method": "GET",
          "path": "/pi/specu/domain/{{domain}}",
          "host": "pi-lite.spectrum.net"
        }
      }
    },
    "tdcs": {
      "retry": {
        "retryAttempts": 2,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "endpoints": {
        "getTDCSPublicInform": {
          "method": "GET",
          "path": "/tdcs/public/inform",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": true,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "getTDCSPublicErrors": {
          "method": "GET",
          "path": "/tdcs/public/errors"
        },
        "getTDCSInform": {
          "method": "GET",
          "path": "/tdcs/inform",
          "clientLKGCache": {
            "maxAgeSeconds": 432000,
            "excludeQueryParamsOnCacheKey": true,
            "unsavableResponseCodes": [
              400,
              401,
              403
            ]
          }
        },
        "postTDCSPublicInform": {
          "method": "POST",
          "path": "/tdcs/public/inform"
        },
        "postTDCSPublicErrors": {
          "method": "POST",
          "path": "/tdcs/public/errors"
        },
        "postTDCSInform": {
          "method": "POST",
          "path": "/tdcs/inform"
        }
      }
    },
    "vpns": {
      "host": "apis-vid.spectrum.net",
      "scheme": "https",
      "retry": {
        "retryAttempts": 0,
        "retryDelayMs": 0,
        "nextRetryMultiplier": 1,
        "jitter": 0,
        "retryStatusCodes": [
          500,
          502,
          503,
          504
        ]
      },
      "endpoints": {
        "postVPNSRegistrationV1_5": {
          "method": "POST",
          "path": "/vpnsservice/v1_5/registration"
        },
        "getVPNSJoinV1_5": {
          "method": "GET",
          "path": "/vpnspush/v1_5/join"
        },
        "postVPNSWebsocketRegister": {
          "method": "POST",
          "path": "/vpns/websocket-register"
        },
        "getVPNSCheckV1_5": {
          "method": "GET",
          "path": "/vpnspush/v1_5/check"
        },
        "getVPNSConnectV1_5": {
          "method": "GET",
          "path": "/vpnspush/v1_5/connect"
        },
        "getVPNSDisconnectV1_5": {
          "method": "GET",
          "path": "/vpnspush/v1_5/disconnect"
        },
        "socketSubscribe": {
          "scheme": "wss",
          "host": "client-notifications.vpns.spectrum.net",
          "path": "/cn/subscribe"
        }
      }
    },
    "pltvs": {
      "endpoints": {
        "getPltvRecordingUrlV1": {
          "method": "GET",
          "path": "/pltv/pltvs/v1/recording/{{recordingId}}/url"
        },
        "putPltvHeartbeatV1": {
          "method": "PUT",
          "path": "/pltv/pltvs/v1/recording/{{recordingId}}/heartbeat"
        },
        "putPltvStopV1": {
          "method": "PUT",
          "path": "/pltv/pltvs/v1/recording/{{recordingId}}/stop"
        }
      }
    },
    "drm": {
      "host": "apis-drm.spectrum.net",
      "scheme": "https",
      "endpoints": {
        "drmLicenseAcquisition": {
          "method": "POST",
          "path": "/drm/licenseServer/{{drmType}}/v2"
        },
        "drmCertificate": {
          "method": "GET",
          "path": "/drm/licenseServer/getcertificate/v2",
          "params": {
            "applicationId": "charter"
          }
        }
      }
    }
  },
  "version": 1
}
