Rate Limit

Due to limitations, some endpoints may not be able to handle a large number of requests simultaneously.

That’s why we allow a rate limit option for each webhook endpoint. The rate limit is defined as a limit for the number of messages per second sent to the endpoint. After the limit is reached, requests will get throttled so to keep a consistent rate under the limit.

Please note that, due to the distributed system architecture, the rate limit cannot be firmly fixed, which means if you set the rate limit to 100 per second, that endpoint may even get 120 or more messages.