Approves or revokes the consumer key for an API product. After a consumer key is approved, the app can use it to access APIs.
A consumer key that is revoked or pending cannot be used to access an API. Any access tokens associated with a revoked consumer key will remain active. However, Apigee checks the status of the consumer key and if set to revoked will not allow access to the API.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/developers/*/apps/*/keys/*/apiproducts/*}
Name of the API product in the developer app key in the following format: organizations/{org}/developers/{developerEmail}/apps/{app}/keys/{key}/apiproducts/{apiproduct}
Authorization requires the following IAM permission on the specified resource name:
apigee.appkeys.manage
Query parameters
Parameters
action
string
Approve or revoke the consumer key by setting this value to approve or revoke, respectively.
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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-06-12 UTC."],[[["This endpoint manages the approval or revocation of a consumer key for an API product, enabling or disabling access to APIs for an application."],["The HTTP request is a POST operation to a specific URL structure, requiring a resource name that includes organization, developer, app, key, and API product identifiers."],["The `action` query parameter determines whether to `approve` or `revoke` a consumer key, with corresponding effects on API access."],["The request body must be empty, and a successful operation returns an empty JSON object in the response body."],["Authorizing this operation requires the `apigee.appkeys.manage` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]