Required. Name of the AppGroup app key. Use the following structure in your request: organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}
Authorization requires the following IAM permission on the specified resource name:
apigee.appkeys.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AppGroupAppKey.
[[["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-03-21 UTC."],[[["This endpoint retrieves detailed information about a specific consumer key for an AppGroup app."],["The HTTP request method is `GET`, using a URL structure defined by gRPC Transcoding."],["The `name` path parameter is required and must follow the format: `organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`."],["The request body must be empty to successfully get a response."],["Successful requests return an instance of `AppGroupAppKey`, and the operation requires the `apigee.appkeys.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]