Interface APIReportEndpointResponse

AbuseIPDB's Report endpoint JSON structure.

Hierarchy

  • APIReportEndpointResponse

Properties

Properties

data: {
    abuseConfidenceScore: number;
    ipAddress: string;
}

Type declaration

  • abuseConfidenceScore: number
  • ipAddress: string

Generated using TypeDoc