Method: contentOwners.get

  • This webpage outlines how to retrieve information about a specific content owner using the YouTube Partner API.

  • The GET request to https://youtubepartner.googleapis.com/youtube/partner/v1/contentOwners/{contentOwnerId} is used to retrieve content owner information.

  • The contentOwnerId path parameter is a required string to identify the target content owner.

  • The onBehalfOfContentOwner query parameter allows users associated with multiple content owners to specify the relevant one.

  • The response to a successful request will contain the details of the content owner in a ContentOwner resource.

Retrieves information about the specified content owner.

HTTP request

GET https://youtubepartner.googleapis.com/youtube/partner/v1/contentOwners/{contentOwnerId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
contentOwnerId

string

The contentOwnerId parameter specifies a value that uniquely identifies the content owner.

Query parameters

Parameters
onBehalfOfContentOwner

string

The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of. This parameter supports users whose accounts are associated with multiple content owners.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ContentOwner .

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/youtubepartner

For more information, see the OAuth 2.0 Overview .

Design a Mobile Site
View Site in Mobile | Classic
Share by: