Weclapp Rate Limits
weclapp applies request throttling on its per-tenant REST API to protect the shared platform, but does not publish a single fixed public number (requests per minute) that is stable across tenants and editions. Practically, clients should page efficiently (use pageSize and the /count endpoint), request only the properties they need (properties / additionalProperties), filter server-side with the per-property operators, and back off on HTTP 429. Because the API is per-tenant, throughput is also bounded by the tenant's plan and the underlying instance rather than by a documented global ceiling.
Weclapp Rate Limits is the machine-readable rate-limit profile for weclapp on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring requests and results.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include ERP, CRM, Cloud ERP, Rate Limiting, and Quotas.