Incontrol API request, high failure rate

Hi,

We are experiencing some issues when accessing the incontrol API.

We have successfully managed to build an dashboard that pulls all data from one incontrol group and logging this in our database, and projecting it on a webpage. For the first group this works well. We are requesting data about every 10 seconds.

When attempting to do the same on a second (almost identical) incontrol group, we only get like a 30% successrate. Data still comes through but it only works like every third time and when failing we get the following response:

Response code: “Failure”
"{‘error’: ‘invalid_accessor’, ‘error_description’: ‘Invalid Accessor, Access Denied.’}

Then it tries again, and on the next request it works. Any ideas here?