When I run requests series like
https://api.sparkpost.com:443/api/v1/suppression-list/he**0@gmail.com
Sometimes, I get error:
name: 'SparkPostError', errors: [ { message: 'Too many requests' } ], statusCode: 429
Too many - this is how many? How long the server keeps track of period? How long the server resets the counter? How to solve this problem?