Wrike · Rate Limits
Wrike Rate Limits
Wrike does not publish a numeric rate-limit policy for its v4 REST API on the public developers.wrike.com site. The developer portal references throttling and fair use but does not expose per-second or per-minute numbers in indexed pages. Limits are account-scoped and tuned by Wrike support / sales when integrations exceed steady-state usage.
1 Limits
Throttle: 429
Rate LimitingWork ManagementProject Management
Limits
Account-scoped throttling (numbers not publicly documented) account
see https://developers.wrike.com/
Wrike enforces account-level throttling on the v4 REST API; specific request-rate ceilings are not published on the developer portal at the time of reconciliation.
Policies
Backoff
Standard guidance is exponential backoff with jitter on HTTP 429 responses; Retry-After should be honored when returned.
Fair use
Wrike's developer portal frames API access as a fair-use facility; sustained high-volume integrations should coordinate with Wrike support to confirm appropriate ceiling.
Bulk operations
Use Wrike's bulk task / folder endpoints and webhooks rather than polling tight loops to stay within account-level capacity.