The API allows 10 heavy, 40 medium, 50 light requests per user and 5 authorization requests; exceeding these thresholds will result in a 429 Too Many Requests HTTP error code. The document discusses that when requests begin exceeding limitations, servers commonly return responses with a 429 status.
1 of 13
More Related Content
Overview on ring central errors part 4
9. Clearly it describe that the API request allowed to send 10 heavy, 40 medium, 50
light and 5 authorization requests per user.
Exceeding these limitations will cause the server to returns the 429 Too Many
Requests HTTP error code.
This clearly means requests begin to exceed the threshold, we commonly see
error responses with the 429 status code