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

API Resource Path: /apiproducts/{apiproduct_name}?query=list&entity={entity_name}

Gets the list of keys/apps/developers for an API product of an organization

Verb: GET

Auth: Basic Auth

Developer Guide Topic

Sample Request:
$ curl https://api.enterprise.apigee.com/v1/o/{org_name}/apiproducts/{apiproduct_name}?"query=list&entity=apps" \
-u myname:mypass 
Sample Response:
[ "app1", “app2” ]
Errors
{
  "code" : "keymanagement.service.InvalidValueForEntityParam",
  "message" : "Invalid value for entity param. Expected values are apps,keys,developers,companies",
  "contexts" : [ ]
}
Last updated: about 1 month ago