Page Summary
-
This endpoint retrieves information about a specific Content Delivery package using its
packageId. -
The
GETrequest uses a URL structure defined by gRPC Transcoding to access the data. -
The request requires one path parameter,
packageId, and allows one optional query parameter,onBehalfOfContentOwner, for specifying the content owner. -
The request body for this endpoint must be empty, and a successful response will return an instance of
Package. -
Authorization to use this endpoint requires the OAuth scope
https://www.googleapis.com/auth/youtubepartner.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves information for the specified package.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/package/{packageId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
packageId |
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 Package.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.