Skip to main content
The Leonar API enforces rate limits to ensure fair usage and platform stability.

Limits

Response headers

Every API response includes rate limit headers:

Handling rate limits

When you exceed the limit, the API returns a 429 status code:
Best practices:
  1. Check X-RateLimit-Remaining before making requests
  2. Use exponential backoff when you receive a 429
  3. Cache responses when possible to reduce API calls
  4. Use bulk endpoints (e.g., sequence enrollment accepts multiple contact IDs)