Feedback API rate limits

Rate limits for the Feedback API

The Mindful Feedback API applies rate limiting on a per-client basis to prevent excessive usage. The rate limit for most API methods is 120 requests per minute. When a rate limit is exceeded, the API returns an HTTP 429 response.

When a request is made to Feedback , the response will contain the following headers to indicate how close the application is to the limit and when the rate limit counter will reset:

HeaderDescription
X-RateLimit-LimitThe maximum number of requests you are allowed to send in the specified interval
X-RateLimit-RemainingThe number of requests you can make in the current interval before exceeding the limit
X-RateLimit-ResetA Unix timestamp indicating when the rate limit counter will reset to 0 (only present when the rate limit has been exceeded)