List Events
GET/events
Returns a paginated list of published events. There is a global rate limit of 60 requests per minute.
Request
Responses
- 200
- 429
Successful response
Rate limit exceeded
Response Headers
X-RateLimit-Limit
The maximum number of requests allowed in the current rate limit window.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
UNIX timestamp (seconds) when the current rate limit window resets.
Retry-After
Number of seconds to wait before making a new request (returned on 429).