Rate limiting#
The number of requests your application can make is subject to rate limits. If the request limit is exceeded, error TooManyRequests (http code - 429) will be returned.
Below is a table of restrictions for each of the available apis
Path | NodeJs SDK / Java SDK / Python SDK | Requests allowed | Period in minutes |
---|---|---|---|
GET /users/current/accounts/:accountId/metrics | getMetrics, get_metrics | 25 | 1 |
GET /users/current/accounts/:accountId/metrics | getMetrics, get_metrics | 500 | 60 |