Back to Help Center

Rate limits and error handling

Every REST response includes X-RateLimit-Remaining and X-RateLimit-Reset headers so your client can self-pace.

Errors return structured JSON with 'error', 'retryable' (boolean), and 'suggestion' fields. Authentication failures return 401 or 403 with a clear suggestion for fixing the issue.

Still stuck? Email [email protected] or browse answered questions.