API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /apis
Gets all APIs in an organization. The names in the list map to the names defined in the API proxy configuration for each API.
Verb: GET
Auth: Basic AuthReturns a list of all APIs in an organization.
Sample Request:$ curl https://api.enterprise.apigee.com/v1/o/{org_name}/apis \
-u myname:mypass
Sample Response:
[ "api1", "api2", "api3" ]