Repsly Rate Limits
Repsly does not publish fixed numeric request-rate limits (requests per minute/hour) for the Web API (v3). The dominant governance mechanism is batch pagination: every export endpoint returns a maximum of 50 records per call, and integrations must iterate - passing the returned timestamp or last-ID cursor - until the response MetaCollectionResult.TotalCount is 0. This bounds how much data any single call moves and shapes polling-style integrations. Import (POST) calls similarly accept bounded batches and are processed asynchronously, with an importJobID to poll for completion. Access is scoped to the account's API credentials (Basic auth over SSL).
Repsly Rate Limits is the machine-readable rate-limit profile for Repsly on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring records, requests, and jobs.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Retail Execution, Field Sales, CPG, Rate Limiting, and Quotas.