REST Resource: whitelists

  • A whitelist resource allows content owners to specify channels where they will not claim any uploaded videos, even if the channel is not owned by them.

  • The JSON representation of a whitelist resource includes kind , title , and id fields, identifying the resource type, channel title, and unique channel ID respectively.

  • The whitelist resource supports four main methods: delete to remove a whitelisted channel, get to retrieve a specific channel, insert to whitelist a channel, and list to view all whitelisted channels.

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.
Design a Mobile Site
View Site in Mobile | Classic
Share by: