We were using the track and identify endpoints, and now shifted to event /profile.
The new API documentation indicates a rate limit (e.g. Burst: 350/s, Steady: 3500/m), but I don’t find in the legacy documentation what it’s rate limit was.
I want to understand if the new API is stiffer or lighter?
Best answer by saulblum
The legacy /track and /identify calls don’t have any published rate limits. They’re asynchronous, and return just 1 or 0.
If you need to process more profiles and events, there are bulk calls:
I’m under the impression that the new endpoints are stiffer. The old endpoints did not have rate limits documented, but all of the new endpoints have them. This makes me think they were added with the V2 versions.