API Rate Limiting

2019-08-07 00:00:00 +0000

API Rate Limiting Details

The supplementary documentation adds details on newly-applied logic for API rate limiting.

The API has rate limiting enforced at a value of 2000 requests per IP in a five minute window.

When this threshold is reached, 403 Forbidden will be returned by the system as a response to excessive requests until the average request rate is within the specified limit.

This is documented and may be easily referenced in the Rate Limits page.