​Is there a way in the Edge API to directly get the list of apps authorized for an API Product?

Is there a way via the Edge API to directly get the list of apps authorized for an API Product?

This gives me 404:

curl -i -n -X GET \
  'https://api.enterprise.apigee.com/v1/o/MYORG/apiproducts/MYPRODUCT/apps'

Solved Solved
0 1 159
1 ACCEPTED SOLUTION

Hi @Dino There is an API to get the list of App, Developers for an given Product. Here is the link to help page. When you try with "list" & "apps" as params, this API returns an array of Apps. If you need details of that App, you need to make a call to this API. Hope this helps!

View solution in original post

1 REPLY 1

Hi @Dino There is an API to get the list of App, Developers for an given Product. Here is the link to help page. When you try with "list" & "apps" as params, this API returns an array of Apps. If you need details of that App, you need to make a call to this API. Hope this helps!