Method: organizations.developers.apps.keys.apiproducts.updateDeveloperAppKeyApiProduct

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/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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 empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform