Accelevents · Rate Limits

Accelevents Rate Limits

Accelevents does not publish numeric rate limits for the Open API in its public developer documentation. Access is governed primarily by subscription tier (API and webhook access is bundled from the Business plan and above) rather than by a documented per-minute request cap. List endpoints are paginated with page and size parameters (attendees default size 100, orders default size 10), which is the main throughput control exposed to callers. Clients should paginate, cache event and order data, and implement retry-with-backoff.

Accelevents Rate Limits is the machine-readable rate-limit profile for Accelevents on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, records, and subscription.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Event Management, Ticketing, Events, Rate Limiting, and Quotas.

4 Limits Throttle: 429
Event ManagementTicketingEventsRate LimitingQuotas

Limits

Open API Requests account
requests
not published
No fixed numeric request-rate limit is documented for the Open API.
Attendee Listing Page Size request
records
configurable via size (default 100)
The allAttendees endpoint returns up to size records per page.
Order Listing Page Size request
records
configurable via size (default 10)
The orders endpoint returns up to size records per page.
API Access Eligibility account
subscription
Business tier and above
API and webhook access is bundled into paid tiers rather than metered per call.

Policies

Pagination
List endpoints use zero-indexed page and size query parameters; iterate pages to retrieve full result sets.
Incremental Sync
The orders endpoint accepts searchTimeStamp to fetch records created or updated after a given time, enabling incremental polling instead of full re-pulls.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on any 429 responses.

Sources