Just noticed that POST /api/v2/scripts starts returning 429 Too Many Requests when I hit 15 concurrent threads in JMeter 5.6.2 from Singapore.
My test plan is pretty basic. I’m just trying to create simple scripts to check throughput limits. Single thread works fine. Two threads work fine. But as soon as I ramp up to 15 threads, the API blocks me. I’m using the standard bearer token auth. I read the docs but they don’t mention specific limits for script creation. Is there a hidden rate limit for this endpoint? I need to know if this is a hard cap or if I need to adjust my JMeter timer settings. The error payload just says ‘rate limit exceeded’ with no retry-after header.