Page Summary
-
This webpage outlines how to retrieve information about a specific content owner using the YouTube Partner API.
-
The
GETrequest tohttps://youtubepartner.googleapis.com/youtube/partner/v1/contentOwners/{contentOwnerId}is used to retrieve content owner information. -
The
contentOwnerIdpath parameter is a required string to identify the target content owner. -
The
onBehalfOfContentOwnerquery 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
ContentOwnerresource.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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
|
The |
Query parameters
| Parameters | |
|---|---|
onBehalfOfContentOwner
|
The |
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 .

