Page Summary
-
Retrieves a specific whitelisted YouTube channel using its ID.
-
Requires authorization with the
https://www.googleapis.com/auth/youtubepartnerscope. -
Request body should be empty, and a successful response returns a
Whitelistobject containing the channel details. -
Utilizes path and query parameters for specifying the channel ID and acting on behalf of a content owner, respectively.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves a specific whitelisted channel by ID.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/whitelists/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
id |
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 Whitelist.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.