proxy equivalent for management api calls

Is there an equivalent proxy calls for the below?

https://api.enterprise.apigee.com/v1/organizations/{org_name}

/oauth2/accesstokens/

/oauth2/search

/apps/

0 5 136
5 REPLIES 5

Did quite understood your question. These are exposed management api calls which can be used and no proxies available(AFAIK)..

https://apidocs.apigee.com/management/apis

i was told that support for management API calls will be gone by 3rd quarter this year, meaning my codes that uses it will stop working. They advised me to convert those API calls into a proxy. That's what I meant when I said "equivalent proxy"

support for management API calls will be gone by 3rd quarter this year,

Hmmm..... I'm looking at the reference documentation, and I don't see a notice that these APIs are being deprecated. It's possible that I missed a notice, but I don't think so? Maybe you could circle back with the person that gave you this information. To confirm that these Admin APIs are really "going away". Usually Apigee gives 1 year notice of deprecation.

Who is "They" that advised you ?

we got an email notifice from "The Team at Apigee <no-reply@apigee.com>"

and then I confirmed with the Apigee CPS team

We are calling a series of Management API endpoints to get the lists of tokens for a user.

Now Apigee is saying that they will stop support for such Mgmt API calls... and that we should consider moving to using Policy.

unfortunately, i cannot see any policy that will do such thing