Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limiting
The API enforces a rate limit of 100 requests per minute per API key. Rate limit information is included in every response via HTTP headers.Rate Limit Headers
Every API response includes the following headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per window (100) |
X-RateLimit-Remaining | Requests remaining in current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
Handling Rate Limits
When you exceed the rate limit, the API returns a429 Too Many Requests response:
Best Practices
Monitor headers
Check
X-RateLimit-Remaining in responses to track your usage before hitting the limit.Implement backoff
When you receive a 429, wait until the
X-RateLimit-Reset timestamp before retrying.Batch operations
Use the bulk add leads endpoint to add multiple leads in a single request instead of one-by-one.
Cache responses
Cache GET responses locally when data does not change frequently.
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=967f00940a17d1d8cc11bd8995dc98d0)
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=5072033d90dfd5e7cc9349712ea4e145)