Unable to make api call to get the policies details in a proxy for paid org?

http://docs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/revisio...

Actually this url is working for normal free org. but when trying to execute it in paid org getting 404 response.

Can anyone please help me on this?

0 1 66
1 REPLY 1

show me details please?

When I have problems with Admin APIs, I try to diagnose by verifying my assumptions. Like, I assume I have the org name correct, I assume I have the management server endpoint correct. Am I querying an API that exists? A revision that exists? and so on

for example if I'm querying /v1/o/myorg/apis/apiname/revisions/N/policies

...and I get a 404, then I want to validate the entire chain.

/v1/o/myorg

/v1/o/myorg/apis/apiname

/v1/o/myorg/apis/apiname/revisions/N

Have you checked all of those?