API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /developers/{developer_email}/apps/{app_name}/keys/{consumer_key}/apiproducts/{apiproduct_name}

Approves the association of a Developer App's consumer key with an API Product

Verb: POST

Auth: Basic Auth

To consume API resources (URIs) defined in an API product, a consumer key must be approved and it must also be approved for a specific API product. The reason for this is that a consumer key may be used to access multiple API products.

Sample Request:
$ curl -H "Content-type:application/x-www-form-urlencoded" -X POST \
https://api.enterprise.apigee.com/v1/o/{org_name}/developers/{developer_email}/apps/{app_name}/keys/{consumer_key}/apiproducts/{apiproduct_name}?"action=approve" \
-u myname:mypass
Sample Response:
Success 204 with no response
Last updated: about 1 month ago