Skip to main content
Version: v3

Rate Limits

CometChat Pro REST API Rate Limits

info

The rate limits below are for general applications. Rate limits can be adjusted on a per need basis, depending on your use-case and plan.

  1. App Level Rate Limit - request per app per min
  2. APIKey Rate Limit - request per APIKey per min
  3. User Level Rate Limit - request per login per min
info

The rate limits will be cumulative> i.e. Suppose the rate limit for core operations is 100/min. Then the customer can either login, join group or leave group etc. for total 100/min.

Rate Limiting Groups1001K25005K10k
Standard Operations20k req20k req20k req20k req20k req
Core Operations10k req10k req10k req10k req10k req

What happens when rate limit is reached ?

The request isn't processed and a response is sent containing a 429 response code. Along with the response code there will be couple of headers sent which specifies the time in seconds that you must wait before you can try request again.

Retry-After: 15

X-Rate-Limit-Reset: 1625143246

Is there any endpoint that returns rate limit of all resources ?

No, we don't provide a rate-limit endpoint.

However, we do provide the following response headers that you can use to confirm the app's current rate limit and monitor the number of requests remaining in the current minute:

X-Rate-Limit: 700

X-Rate-Limit-Remaining: 699