Information
VTEX Ads API: Rate limit on Reports endpoints
1 days ago
The Reports endpoints in the VTEX Ads API now enforce a rate limit of 100 requests per minute per account. The limit applies only to API Key-authenticated calls.
What has changed?
- Reports endpoints are limited to 100 requests per minute per account.
- Requests that exceed the limit receive
429 Too Many Requestswith the error messageRate limit exceeded for this account. - Only API Key-authenticated calls to Reports endpoints are affected.
What needs to be done?
If your integration runs large-scale data exports, such as historical loads or full daily syncs, spread requests over time and wait for the next window before retrying after a 429 response.
Contact our support if your integration needs a higher volume.
Learn more
- Exporting ads reports guide.
- VTEX Ads API reference.