Skip to Content
List DRM Configurations
get

Returns a list of DRM Configurations

Request path & query params
page
integer
(default: 1)

Offset by this many pages, of the size of limit

limit
integer
(default: 25)

Number of items to include in the response

get
200
/video/v1/drm-configurations
Response
(application/json)
{
  "total_row_count": 2,
  "page": 1,
  "limit": 100,
  "data": [
    {
      "id": "9dbEg8o00uqQzZbzJT6NXdqNA00SdnSo8O"
    },
    {
      "id": "012uTQqPygDYWz3jey8cyOX9n01Bd5SDH1"
    }
  ]
}