Understanding and working with refile API rate limits
Header | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests allowed in the current time window (200) |
X-RateLimit-Remaining | The number of requests remaining in the current time window |
X-RateLimit-Reset | The time at which the current rate limit window resets (Unix timestamp in seconds) |
429 Too Many Requests
HTTP status code and the following JSON body: