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

API Resource Path: /apps

Gets a list of app IDs in an organization

Verb: GET

Auth: Basic Auth

Retrieves a list of all apps by ID within an organization.

Sample Request:
curl https://api.enterprise.apigee.com/v/o/{org_name}/apps \
-u myname:mypass 
Sample Response:
[ "7b3ec66d-de8b-4ab5-8025-d949285bed4f", "3cb6d175-0cb9-5521-bcbd-c9b33b64fffe"  ]
Last updated: about 1 month ago