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

    Intro

    Detect disposable, temporary, and risky email addresses in real time.

    Authentication#

    All API requests require an API key passed via the Authorization header:
    Authorization: Bearer istmp_live_xxxxxxxxxxxxxxxxxxxx
    Create and manage API keys from your dashboard.

    How to get your API key:#

    1.
    Sign up for a free account
    2.
    Go to API Keys in your dashboard
    3.
    Click Create API Key

    Rate Limits#

    Rate limits are determined by your plan. Every response includes headers:
    X-RateLimit-Limit — max requests allowed in the current period
    X-RateLimit-Remaining — requests remaining
    X-RateLimit-Period — the billing period (monthly, daily)
    When the limit is exceeded, the API returns 429 Too Many Requests.

    Plans & Features#

    Some response fields are only available on paid plans:
    FeatureFree ($0)Pro ($19)Ultra ($59)Mega ($149)
    is_tmp / result / decision✓✓✓✓
    risk_score✓✓✓✓
    signals + reasons—✓✓✓
    API call history—14 days90 days180 days
    Team seats——✓✓
    Priority support———✓
    Requests/month1002,50010,00030,000
    Per-second limit1 req/s———
    Modified at 2026-03-26 05:14:37
    Next
    Check an email address
    Built with