Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.leadx.com/llms.txt

Use this file to discover all available pages before exploring further.

The LeadX API enforces rate limits to ensure fair usage and maintain optimal performance for all end users. Rate limiting restricts the number of requests a client can make within a specific time window. If you exceed the allowed limit, the API will respond with a 429 Too Many Requests error.

How Rate Limiting Works

The API uses the client’s IP address to track the number of requests. Once the limit is exceeded, further requests will be temporarily blocked until the time window resets. If you exceed the rate limit, you will receive a response like this:
{     "message": "Rate limit exceeded",
      "status": 429
}
Last modified on March 23, 2026