Are there any limits to number of API calls or call frequency?
We're looking to integrate one of our systems to pull votes from UserEcho topics.
we have about 2800 cases that have related topics in our user forum. We'd like to hit those (or half?) each night to make sure we have the vote count.
Are there limits to the numbers of calls we can make per day? Per hour? etc?
It looks like the API will respond in about a second, but would hitting 2800 (or 1400) of them impact that?
Currently we have rate limit 100 req/per second. But in your cases seems that better did call that get all topics for required forum. And then on your side get votes.
Also we discuss about adding "vote" webhook. In this case you will get instant notifications when topic votes has been changed.