Ratelimits

Ratelimits for the application API

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

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

API_RATELIMIT=120

Last updated