Epos Now · Rate Limits

Epos Now Rate Limits

Epos Now applies account-level API request limits managed through the Web Integrations area of the Back Office rather than publishing a single fixed numeric per-minute rate limit in the developer documentation. The REST API page in the Back Office shows the devices on the account and their usage limits, and requests beyond the account allowance return an error. List endpoints are paginated at up to 200 records per page via the page query parameter, which is the primary control on bulk read volume. Exact numeric request-rate ceilings are not published and should be confirmed against the account's Web Integrations settings.

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

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

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

Tagged areas include Point of Sale, POS, Retail, Rate Limiting, and Quotas.

3 Limits Throttle: 429
Point of SalePOSRetailRate LimitingQuotas

Limits

Account API Requests account
requests
not published
Account-level request allowance shown and managed under Web Integrations in the Back Office; exceeding it returns an error. No fixed public number.
List Pagination endpoint
records
200 per page
List endpoints return up to 200 records per page via the page query parameter.
Per-Device Access device
devices
per device license
Each API Device consumes one of the account's device licenses and has its own credentials.

Policies

Pagination
Iterate list endpoints with the page query parameter (up to 200 records per page) rather than requesting large result sets at once.
Backoff Strategy
Clients should implement retry with exponential backoff and jitter and honor Retry-After on throttled (429) responses.
Credential Rotation
Per-device API Key/Secret pairs can be regenerated from the Back Office if a device's credentials are compromised.

Sources