AntiTempmail
    AntiTempmail
    • Email Checks
      • Perform a single email risk assessment.
        POST
      • Perform multiple email risk assessments (up to 50).
        POST
    • Account
      • Get available credit packages
        GET
      • Create checkout session for purchasing credits
        POST
      • Get dashboard statistics
        GET
      • Fetch the current credit balance for the authenticated account.
        GET
      • List recent API usage entries.
        GET
    • test
      GET
    • Schemas
      • ApiMeta
      • ApiSuccessEnvelopeBase
      • ApiError
      • ApiErrorEnvelope
      • RiskSignal
      • EmailCheckRequest
      • EmailCheckResult
      • EmailCheckSuccessEnvelope
      • BatchSubmissionRequest
      • BulkEmailCheckRequest
      • BatchJobResponse
      • BulkEmailCheckSummary
      • CreditBalance
      • BulkEmailCheckResult
      • UsageEntry
      • BulkEmailCheckSuccessEnvelope

    ApiErrorEnvelope

    {
        "success": false,
        "apiVersion": "string",
        "error": {
            "code": "AT_API_4001",
            "message": "string",
            "docsUrl": "http://example.com"
        },
        "meta": {
            "requestId": "string",
            "timestamp": "2019-08-24T14:15:22.123Z",
            "docsUrl": "http://example.com",
            "rateLimit": {
                "limit": 0,
                "remaining": 0,
                "resetAt": "2019-08-24T14:15:22.123Z",
                "windowSeconds": 0
            },
            "credits": {
                "remaining": 0,
                "used": 0,
                "total": 0,
                "unit": "credit"
            },
            "processingMs": 0,
            "modelVersion": "string",
            "thresholds": {
                "safe": 0,
                "suspicious": 0,
                "danger": 0
            }
        }
    }
    Built with