RVR-SNP-429
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-SNP-429
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error "TOO_MANY_REQUESTSError Code: RVR-SNP-429" indicates that the request limit for the Snapchat Marketing API has been exceeded. The Snapchat Marketing API has rate limits to ensure stable operation, with a typical limit of 20 requests per second for an app and 10 requests per second for individual access tokens.
Action Steps:
- Review the frequency and volume of API calls being made through your application.
- Reduce the rate of API calls to comply with the limits: 20 requests per second at the app level and 10 requests per second at the token level.
- Implement delays or a rate limiter in your code to ensure you do not exceed these thresholds. This will help prevent future occurrences of the HTTP 429 error.
External References:
- For further details on Snapchat API rate limits, please refer to the official Snapchat Marketing API documentation.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?