v1

latestOpenAPI 3.0.12026-08-0623870.1 KB
Content ID

List whitelisted YouTube channels

Returns the channels currently whitelisted for YouTube Content ID clearance on your account, with the whitelist license state in meta.license (null until the first channel is added). An expiration_date of null means the license does not expire. Status values are active, inactive, expired and quota_reached.

get/api/v1/content_id/channels

Query parameters

pageinteger

Page of the results you want to retrieve.

per_pageinteger

Amount of results per page (default is 50, max is 200).

Headers

Authorizationstring required

Your API token.

Response

Whitelisted channels

Example response

{
  "data": [
    {
      "id": "UCzcptO1Z1TRFUIyu-z_2NKQ",
      "type": "whitelisted_channel",
      "attributes": {
        "channel_id": "UCzcptO1Z1TRFUIyu-z_2NKQ",
        "title": "Google"
      }
    }
  ]
}