Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
TOO MANY REQUESTS
and the body will say the same (in the Content-Type
desired).
X-RateLimit-Limit
: The maximum number of requests which can be issued to this endpoint within a certain time span.X-RateLimit-Remaining
: The number of requests which you can still issue until rate limiting kicks in.X-RateLimit-Reset
: The UNIX timestamp at which X-RateLimit-Remaining will be reset.Retry-After
: The number of seconds you will have to wait until you can issue requests again to the given endpoint.