Required. Name of the rate plan. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}
If the API Product resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.rateplans.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of RatePlan.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-04 UTC."],[[["This page details how to retrieve the specifics of a rate plan using a GET request."],["The HTTP request uses a specific URL structure: `GET https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*/rateplans/*}`."],["The `name` parameter, formatted as `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`, is mandatory for the request to work, and requires the `apigee.rateplans.get` IAM permission."],["The request body must be empty, and a successful response will return an instance of `RatePlan`."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]