Skip to main content

HTTP Status Codes

Error Response Format

Common Errors

Form Submission Errors

API Errors

Rate Limiting

When rate limited, the response includes:
Wait until X-RateLimit-Reset timestamp or Retry-After seconds before retrying.

Debugging Tips

  1. Check the error field for specific details
  2. Verify your API key has required permissions
  3. Ensure Content-Type header matches body format
  4. For form submissions, add Accept: application/json to get JSON errors