istmp.email
    • Email Verification
      • Check an email address
        GET
    • Schemas
      • CheckResult
      • Signals
      • ErrorResponse
      • RateLimitError
      • ValidationErrorResponse

    RateLimitError

    {
        "status": false,
        "error": "Rate limit exceeded. Your plan allows 5,000 requests per monthly.",
        "limit": 5000,
        "period": "daily"
    }
    Built with