429 Too Many Requests.
Leadping does not queue excess API requests.
Limits
| Request type | Partition | Limit |
|---|---|---|
| Authenticated business API requests | Business | 300 requests per 60 seconds |
Lead intake with a valid enabled sourceKey | Business intake | 300 requests per 60 seconds |
| Authenticated user fallback | User | 300 requests per 60 seconds |
| Unauthenticated traffic or invalid source-key traffic | IP address | 300 requests per 60 seconds |
POST /leads, POST /leads/intake, or GET /leads/intake counts against the business intake partition when Leadping can resolve a valid enabled sourceKey.
Requests with missing, invalid, disabled, or mismatched source credentials use the IP partition.
429 Responses
Retry-After is in seconds. Wait for that value before retrying. If the header is not present, retry with exponential backoff and jitter.

