Skip to content

Wewed developers

Rate Limits

How Wewed will protect API reliability and how clients should respond when a published limit is reached.

Back to Developer Center
API preview

Published limits

Rate-limit values are not being announced before public API access exists. When a supported API launches, Wewed should publish the applicable request limits, relevant response headers or metadata and retry behavior.

Responsible clients

  • Prefer webhooks to aggressive polling where an event can be delivered.
  • Use exponential backoff or server-provided retry guidance.
  • Cache data when appropriate for the integration purpose.
  • Do not distribute work across credentials to evade a limit.
  • Request higher limits through an approved process rather than bypassing platform controls.