Rate Limiting

Our API comes with a friendly rate limit — 50 requests per second, to be exact. Hit this limit, and you'll be greeted with a cheeky 429 Too Many Requests response. It's our way of saying, "Take it easy, speedster!"

But we're not just about limits. Each response from our rate-limited endpoints is packed with handy headers. They're like your personal API dashboard, showing your rate limit, how many requests you've got left, and when you can go full throttle again.

So, keep an eye on those headers, and enjoy zipping around the Productboard API – fast enough to be efficient, but mindful enough to keep things running smoothly for everyone. Happy coding!