RVR-SNP-429
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-SNP-429

  • Dark
    Light
  • PDF

Article summary

  1. 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.
  2. 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.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?

What's Next