REST Resource: whitelists

Resource: Whitelist

A whitelist resource lets a content owner indicate that it does not want to claim any videos uploaded to a particular channel even though that channel is not owned or managed by the content owner. An whitelist resource represents a whitelisted channel for a content owner. Whitelisted channels are channels that are not owned or managed by you, but you would like to whitelist so that no claims from your assets are placed on videos uploaded to these channels.

JSON representation
{
  "kind": string,
  "title": string,
  "id": string
}
Fields
kind

string

The type of the API resource. For whitelist resources, this value is youtubePartner#whitelist.

title

string

Title of the whitelisted YouTube channel.

id

string

The YouTube channel ID that uniquely identifies the whitelisted channel.

Methods

delete

Removes a whitelisted channel for a content owner.

get

Retrieves a specific whitelisted channel by ID.

insert

Whitelist a YouTube channel for your content owner.

list

Retrieves a list of whitelisted channels for a content owner.