---
title: 1007: Rate limit exceeded | API Docs
description: Rate limit exceeded
---

Rate limit exceeded. This is an HTTP 429: you are sending faster than your allowance.

## Troubleshooting

- Wait the number of seconds in the `Retry-After` header (and `retry_after` in the body), then retry the same request unchanged.
- Nothing about the request is wrong: this is backpressure, so re-sending it after the wait is the correct handling.
- Spread sustained load rather than retrying in a tight loop; the window is per brand.

## Related

- [API reference](/channel/amb/api/index.md)
