AI-generated Key Takeaways
- 
          This page provides documentation for reading a single subscription using the Google Play Developer API. 
- 
          The request is made via an HTTP GET request to a specific endpoint including the package name and product ID as path parameters. 
- 
          No request body is required for this operation. 
- 
          A successful response will contain detailed information about the requested subscription. 
- 
          Authorization requires the https://www.googleapis.com/auth/androidpublisherOAuth scope.
Reads a single subscription.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| packageName | 
 Required. The parent app (package name) of the subscription to get. | 
| productId | 
 Required. The unique product ID of the subscription to get. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Subscription.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/androidpublisher