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.
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