Rate Limits
Understand rate limits and how to handle them.
When you exceed the limit the API returns `429` with a `Retry-After` header. Respect it and back off exponentially.
- Queue broadcast sends
- Use backoff + jitter
- Watch remaining-quota headers
Understand rate limits and how to handle them.
When you exceed the limit the API returns `429` with a `Retry-After` header. Respect it and back off exponentially.