abuseipdb-client - v1.0.21
    Preparing search index...

    Interface CheckBlockOptions

    Check-Block endpoint optional parameters.

    interface CheckBlockOptions {
        maxAgeInDays?: number;
    }

    Hierarchy

    • TypeOf<typeof checkBlockOptionsSchema>
      • CheckBlockOptions
    Index

    Properties

    Properties

    maxAgeInDays?: number = ...

    Show latest reports based on n days. Accepted values between 1 and 365, defaults to 30 by the API. The value is capped by your current subscription tier. (Up to 30 on Standard, 60 on Basic, 365 on Premium).