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

    CheckResult

    {
        "status": true,
        "info": {
            "is_tmp": true,
            "result": "valid",
            "risk_score": 95,
            "signals": {
                "mx_valid": true,
                "disposable_domain": true,
                "domain_age_available": false
            },
            "reason_codes": [
                "disposable_domain",
                "known_disposable_provider"
            ]
        },
        "errors": []
    }
    Built with