You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
429 Too Many Requests — slow down and retry with backoff
Usage tips
Date ranges: Use from/to in Y-m-d. For rolling windows, compute on the client.
Rate limits: If you receive 429, implement exponential backoff (e.g., 1s, 2s, 4s …).
Security: Prefer API keys with least-privilege scopes. Rotate keys regularly.
Idempotency: For create/update calls, you may safely retry on network errors; the server validates duplicates by primary keys/aliases where applicable.
GDPR/Privacy: When exporting analytics, ensure downstream systems respect consent and retention policies.