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 AuthSample 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