weclapp · Rate Limits

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.

2 Limits Throttle: 429
ERPCRMCloud ERPRate LimitingQuotas

Limits

REST API Requests tenant
requests
not published
weclapp throttles API requests per tenant; a fixed public per-minute number is not documented.
Page Size request
results
configurable via pageSize
List endpoints return pageSize results per page; use page to paginate and /count to size result sets.

Policies

Pagination
Use page and pageSize on list endpoints; call /{entity}/count to size a result set before paging.
Field Selection
Request only needed fields with properties, and computed/related fields with additionalProperties, to reduce payload and load.
Server-Side Filtering
Filter with per-property operators ({property}-eq, -ne, -gt, -lt, -like, -in, -null, -notnull) instead of client-side filtering.
Backoff Strategy
On HTTP 429, back off with exponential delay and jitter and honor any Retry-After header before retrying.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/weclapp-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.