API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /apps?status={status}
Returns all apps with the status of approved, revoked, or pending
Verb: GET
Auth: Basic AuthSample Request:
$ curl https://api.enterprise.apigee.com/v1/o/{org_name}/apps?"status=approved" \
-u myname:mypass
Sample Response:
[ "app2.1", "app2.2", "MyTestApp", "app3.1", "app1.1", "app3.2", "app1.2", "app4.1" ]Last updated: about 1 month ago