Skip to content
WeZend

Getting started

Rate limits

The actual, current per-endpoint rate limits — not rounded estimates.

Rate limits are enforced per customer account (falling back to IP for unauthenticated endpoints), on a rolling 1-minute window unless noted otherwise.

Endpoint groupLimitNotes
POST /v1/messages/send1,000 requests / minutePer account. Use bulk for higher throughput.
POST /v1/messages/bulk100 requests / minuteEach request may contain up to 10,000 messages.
POST /v1/auth/login20 attempts / 15 minutesBrute-force protection.
Most other authenticated endpoints500 requests / minuteDashboard and general API traffic.
Public, unauthenticated endpoints (e.g. push registration)120 requests / minute per IPNo API key or login required on these.

Handling a 429

A rate-limited request returns 429 with limit, window and retry_after (seconds) in the body, plus standard RateLimit-* response headers. Back off for at least retry_after seconds before retrying — don't retry immediately in a tight loop.

{
  "error": "Rate limit exceeded",
  "message": "You can send up to 1,000 messages per minute. Please slow down or use the bulk endpoint.",
  "limit": 1000,
  "window": "1 minute",
  "retry_after": 12
}

Sending more than 1,000 messages a minute

Use POST /v1/messages/bulk instead of looping individual /send calls — it's rate-limited per request (100/min), not per message, and each request can carry up to 10,000 messages.

One platform. Every customer interaction.

Replace your patchwork of messaging APIs, CDP and automation tools with a single engagement platform built for scale.

No credit card required · EU data residency · 99.99% uptime SLA