Skip to main content

Error Response Format

When an error occurs, the API returns a JSON response with an error object:

HTTP Status Codes

Error Codes

Authentication Errors

Validation Errors

Domain Errors

Email Sending Errors

Contact Errors

Verification Errors

Rate Limiting

When rate limited, check response headers:

Handling Errors in SDKs

Retry Strategy

For transient errors (5xx status codes and rate limits), implement exponential backoff:
The official SDKs include automatic retry logic with exponential backoff for transient errors.