Since today, we are noticing values for the RateLimit–Limit
header for rate limits that are not listed here: https://developers.klaviyo.com/en/docs/rate_limits_and_error_handling#rate-limits
Some of those header values:
'10, 10;w=1, 150;w=60'
'75, 75;w=1, 700;w=60'
Until now we were able to match and use those values instead:
'150, 10;w=1, 150;w=60'
'700, 75;w=1, 700;w=60'
Is this a change on purpose, on the current API stable version v2023-12-15? Should we expect new header values now? Or they are on top of the existing values, and how should we translate them?