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

API Resource Path: /apiproducts

Returns a list of API products filtered by attribute names and values

Verb: GET

Auth: Basic Auth

Content Types:

application/json
text/xml

Developer Guide Topic

Sample Request:
$ curl https://api.enterprise.apigee.com/v1/o/{org_name}/apiproducts?"attributename={attribute_name}&attributevalue={attribute_value}" -u myname:mypass
Query Parameters:
Name Description Default Required?
attributename The name of an attribute defined in the API product profile N/A Yes
attributevalue The value of the attribute specified N/A Yes
Sample Response:
[ "free_product", "sample_product" ]
Last updated: about 1 month ago