RVR-SNP-429
Issue summary
- The error "TOO_MANY_REQUESTSError Code: RVR-SNP-429" indicates that the request limit for the Snapchat Marketing API has exceeded your limit. 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
To resolve the error, follow these steps:
- Review the frequency and volume of API calls through your application.
- Reduce the rate of API calls to follow 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, refer to the official Snapchat Marketing API documentation.
note
If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.