Ratelimits
Ratelimits for the application API
Last updated
Ratelimits for the application API
Last updated
The Application API has a default rate limit of 60 requests per minute. You can track the maximum requests and requests left using the headers below
Header | Description |
---|---|
If you wish to define custom rate limits, you may define them inside the ENV file on your application.
edit /var/www/wemx/.env
and add
X-RateLimit-Limit
Maximum limit of requests per minute
X-RateLimit-Remaining
Maximum remaining requests per minute