Errors and Rate Limits

View as Markdown

Lead Receive API errors use standard HTTP status codes and machine-readable code values where available.

Common errors

CodeHTTP statusMeaning
AUTH_FAILED401Missing, invalid, or expired API key.
INVALID_REQUEST400Request body or lead format is invalid.
AGENT_NOT_FOUND404Agent does not exist, is inactive, or does not belong to the company.
RATE_LIMIT_EXCEEDED429Too many requests for the agent.
INTERNAL_ERROR500SimZ could not complete the request.

Retry guidance

Retry 429 only after the indicated delay. Retry 5xx with exponential backoff. Do not retry validation errors until the request is corrected.