Solved

API rate limit question

  • 28 November 2023
  • 3 replies
  • 99 views

Badge +2

I am iterating over several thousands of profiles to update them.  Am I reading this correctly?
https://developers.klaviyo.com/en/reference/update_profile
It says Steady: 700/m for the rate limit?  Does this mean I can update 700 per minute ongoing without a problem?

icon

Best answer by Brian Turcotte 6 December 2023, 16:56

View original

3 replies

Badge +2

From a single IP address I mean.

Badge +2

And what is S M L XL?

Unless otherwise documented, all API endpoints use one of the following rate limits:

    S: 3/s burst; 60/m steady
    M: 10/s burst; 150/m steady
    L: 75/s burst; 700/m steady
    XL: 350/s burst; 3500/m steady

from https://developers.klaviyo.com/en/docs/rate_limits_and_error_handling
What is my account then?  How do I know if I’m an S?  And if so why does https://developers.klaviyo.com/en/reference/update_profile say 700/m?  now its 60m? 

Userlevel 7
Badge +36

Hi @kenw232!

To answer your first question, yes, 700/m as long as you stay under the burst limit. 

 

As far as your second question about the documentation, the sizes S, M, L, and XL apply to the different limits for endpoints, not accounts - each endpoint may be subject to a different rate limit based on that scale.

 

I hope this helps!

Best,

Brian

Reply