Is there any usage limit on Apigee console for REST API?

Not applicable

For example, Twitter REST API application has usage limit defined, is it same limit if access it using Apigee console?

0 4 144
4 REPLIES 4

@Sarita ,

Welcome to Apigee Community.

Apigee console is just a client. All the limits of original APIs are applicable. Just think API Console like UI version of CURL command. All it does is making the API call. Apigee console doesn't enforce any limits. It just calls the target api & displays response for you.

thanks for the quick reply..

Hi Anil,

I understand from your answer that if for example, Twitter has usage of 15 queries per application, and 20 user are using Apigee Console, then the 5 user will get error like Usage reached.

I am right?

Regards,

Sarita

@Sarita , yes, that's correct. Since you are using Apigee Console App, yes, there will be restrictions based on api limit imposed by twitter.