EZRentOut · Rate Limits

Ezrentout Rate Limits

EZRentOut applies API usage limits under a Fair Use policy rather than publishing a single fixed public quota. Trial accounts are throttled to approximately 1,000 API requests per day. When a limit is exceeded, the API responds with HTTP 429 (Too Many Requests) and a Retry-After header indicating how many seconds to wait; responses also carry X-Rate-Limit and X-Rate-Limit-Remaining headers so clients can track their remaining budget. EZO's sister product EZOfficeInventory documents a Fair Use rate of roughly 60 API requests per minute, which is a reasonable reference point for EZRentOut's per-minute Fair Use behavior; confirm your account's specific limits with EZO.

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

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

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

Tagged areas include Equipment Rental, Rental Management, EZO, Rate Limiting, and Quotas.

3 Limits Throttle: 429
Equipment RentalRental ManagementEZORate LimitingQuotas

Limits

Trial API Requests account
requests
~1000 per day (trial)
Documented allowance for trial customers; paid tiers are higher under Fair Use.
Fair Use Rate account
requests
~60 per minute (reference, per EZOfficeInventory Fair Use)
Not confirmed as an EZRentOut number; based on EZO's sister-product documentation.
Pagination endpoint
records
per-page (page query parameter, default page 1)
List endpoints return a bounded page of records; iterate with page to page through results.

Policies

Fair Use
API access is provided to paying customers under a Fair Use policy; sustained excessive usage may be throttled.
Retry-After
On HTTP 429, honor the Retry-After header (seconds) before retrying.
Backoff Strategy
Implement exponential backoff with jitter and watch X-Rate-Limit-Remaining to avoid hitting the limit.

Sources