Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Endpoint

/3.0/dnsbl/getFlags

Description

Returns the current active list of flags supported in the API

MethodDescription
getFlags
getFlagsResponse example
        "getFlagsResponse": {
            "DEPRECATED_REPORTED": "1",
            "IP_CONFIRMED": "2",
            "IP_PHISHING": "4",
            "FREE_SLOT_8": "8",
            "IP_MAILSERVER_SPAM": "16",
            "IP_SECOND_EXIT": "32",
            "IP_ABUSE_NON_SMTP": "64",
            "IP_ANONYMOUS": "128",
            "BIT_256": "256"
        }
  • No labels