API daily request limit? | Community
Skip to main content
April 12, 2013
Question

API daily request limit?

  • April 12, 2013
  • 3 replies
  • 949 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

April 12, 2013
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
April 12, 2013
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.
April 12, 2013
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.