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

    Signals

    Detailed signals about the email and its domain.
    Requires Pro plan or higher (Pro, Ultra, Mega).

    {
        "domain_in_db": true,
        "domain_age_days": 3,
        "domain_age_available": true,
        "mx_valid": true,
        "mx_fingerprint_match": false,
        "mx_fingerprint_provider": null,
        "has_spf": true,
        "has_dmarc": true,
        "local_part_entropy": 0.952,
        "local_part_placeholder": false,
        "local_part_gibberish": false,
        "plus_addressing": false,
        "safe_provider": false
    }
    Built with