API daily request limit?

Anonymous
Not applicable
What is the typical daily limit for API calls?  Does it vary by client?  Can one buy more?  Builidng a solution that makes use of the API, and want to be in tune with the limits.

- dmitry
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
I asked the same question two years ago. The unofficial answer then was that they are not enforcing any limits yet but they might someday.
Anonymous
Not applicable
Thanks Jeff!  We use getLead and synLead to get and update a single lead - in a Webhook. So naturally I want to know the limitations of that approach.
Anonymous
Not applicable
Use calls such as getMultipleLeads and you can receive up to 1000 records per call. Then you use the streamposition to loop through updates. Using this technique you can can download 10,000,000 updates a day and not go over your limits