Interface APIBlacklistEndpointTextResponse

AbuseIPDB's Blacklist endpoint text structure. For the blacklist endpoint as plaintext, the x-generated-at API header is included, but for keeping consistency over the client wrapped responses, it is moved to the meta attribute, and the text body content is wrapped in a data attribute.

Hierarchy

  • APIBlacklistEndpointTextResponse

Properties

Properties

data: string
meta: {
    generatedAt: string;
}

Type declaration

  • generatedAt: string

Generated using TypeDoc