Understanding API usage limits and rate limiting.
LemReveal enforces rate limits to ensure fair usage and platform stability.
## Pixel Rate Limits The tracking pixel can handle unlimited page views. There are no rate limits on the pixel itself — it's designed to scale with your traffic.
## API Rate Limits If you're using the LemReveal API directly (e.g. for custom integrations): - **Free tier** — 100 requests per hour - **Pro tier** — 1,000 requests per hour - **Enterprise** — custom limits Rate-limited requests return a `429 Too Many Requests` response with a `Retry-After` header.
## Identification Limits Each plan has a monthly limit on identified companies. When you reach your limit, the pixel continues to track sessions but new companies won't be identified until the next billing cycle (or you upgrade). Monitor your usage in **Settings** → **Usage**.
## Webhook Delivery Webhook requests timeout after 10 seconds. If your endpoint is slow, we retry 3 times with exponential backoff. Failed webhooks are logged in Settings → Automation Rules → Logs.