API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /developers/{developer_emal}/apps/{app_name}/keys/{consumer_key}
Changes the status of a consumer key from 'pending' to 'approved'
Verb: POST
Auth: Basic AuthContent Types:
application/x-www-url-form-encoded
Changes the state of the consumer key associated with a developer app to the 'approved' state.
Sample Request:$ curl -H "Content-type:application/x-www-form-urlencoded" -X POST \
https://api.enterprise.apigee.com/v1/o/{org_name}/developers/{developer_emal}/apps/{app_name}/keys/{consumer_key}?"action=approve" \
-u myname:mypass
Sample Response:
Success 204 with no responseLast updated: about 1 month ago