---
title: "Get the DRM content protection configurations of a channel"
method: GET
path: "/channels/{id}/drm/configs"
tags: ["Channels"]
---

# Get the DRM content protection configurations of a channel

`GET /channels/{id}/drm/configs`

## Path parameters

- `id` string, required — Channel ID

## Response `200`

The DRM content protection configurations

- ChannelDrmConfigsResult
  - `contentProtections` ChannelDrmContentProtection[], required — List of DRM content protection configurations
    - `integration` string, required — DRM integration type
    - `widevine` object — Widevine configuration
      - `licenseUrl` string, required — Widevine license acquisition URL
    - `playready` object — PlayReady configuration
      - `licenseUrl` string, required — PlayReady license acquisition URL
    - `fairplay` object — FairPlay configuration
      - `licenseUrl` string, required — FairPlay license acquisition URL
      - `certificateUrl` string, required — FairPlay certificate URL

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/versions/b57006d43141/schema)
