REST Resource: contentOwners

  • A contentOwner resource represents an organization that owns or administers content on YouTube.

  • The JSON representation of a contentOwner includes fields such as kind, displayName, notification email addresses, and a unique id.

  • The contentOwner resource's fields provide details like the content owner's display name, the type of resource, and email addresses for various notifications.

  • You can retrieve information about a specific content owner or a list of content owners using the get and list methods respectively.

Resource: ContentOwner

A contentOwner resource represents an organization or other entity that owns content or administers content on YouTube.

JSON representation
{
  "kind": string,
  "displayName": string,
  "primaryNotificationEmails": [
    string
  ],
  "disputeNotificationEmails": [
    string
  ],
  "fingerprintReportNotificationEmails": [
    string
  ],
  "conflictNotificationEmail": string,
  "id": string
}
Fields
kind

string

The type of the API resource. For content owner resources, the value is youtubePartner#contentOwner.

displayName

string

The content owner's display name.

primaryNotificationEmails[]

string

The email address(es) to which YouTube sends CMS account details and report notifications.

disputeNotificationEmails[]

string

The email address(es) to which YouTube sends claim dispute notifications and possible claim notifications.

fingerprintReportNotificationEmails[]

string

The email address(es) to which YouTube sends fingerprint reports.

conflictNotificationEmail

string

The email address visible to other partners for use in managing asset ownership conflicts.

id

string

A unique ID that YouTube uses to identify the content owner.

Methods

get

Retrieves information about the specified content owner.

list

Retrieves a list of content owners that match the request criteria.