API to list all products related to a proxy

Not applicable

I have searched for in the documentation but didn't find a way to list all proxy's products.

Is it possible?

😃

0 2 1,792
2 REPLIES 2

@Daniel Gerep ,

Yes, It's possible. It's not straight forward.

You can use below api call ,

GET https://api.enterprise.apigee.com/v1/organizations/{orgName}/apiproducts?expand=true  

Then filter the products by API Proxy. You can create a proxy & implement the logic there to get all products by proxy. Hope it helps.

@Daniel Gerep: expand is optional here. Set to 'true' to get expanded details about each product.

set basic authorization in the header.

if you are using private cloud, use below link:

http://{management_server_host}:8080/v1/organizations/{org_name}/apiproducts