Rate Limit
You can make up to 2000 requests per hour to each API. To see your current rate limit status, check the HTTP headers returned by any API request. If you’re running into this error frequently, or think you need a higher rate limit, drop us a line at hello@eventsmatic.com.
Header | Name |
---|---|
X-Rate-Limit-Limit | The maximum number of requests that the consumer is permitted to make per hour. |
X-Rate-Limit-Remaining | The number of requests remaining in the current rate limit window. |
X-Rate-Limit-Reset | The number of seconds left in the current period. |
Retry-After | The number of seconds to wait until the rate limit window resets. This is only sent when the rate limit is reached. |