API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /developers/{developer_email}/apps/{app_name}
Changes the status of a developer from 'unapproved' to 'approved'.
Verb: POST
Auth: Basic AuthChanges the status of a developer from 'unapproved' to 'approved'. An unapproved app cannot access any 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}?"action=approve" \
-u myname:mypass
Sample Response:
Success 204 with no responseLast updated: about 1 month ago