Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Need apigee edge api to get endpoints of a proxy via postman

Need apigee edge api to get endpoints of a proxy via postman,

i tried to search in apigee documentaion but couldnt find any specific answer to this 

1 REPLY 1

GET :mgmtserver/v1/o/:org/apis/:api/revisions/:rev/proxies/:proxyendpoint
Authorization: Bearer :edge-token

Some caveats

  • This works for Apigee Edge only
  • I did not see this documented in apidocs.apigee.com . But it's been working for years this way.
  • An analogous API is not available for X / hybrid. To get the "proxy endpointS" in a proxy, you have to retrieve the bundle , and unzip it, and examine it.