Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the current active list of flags supported in the API

...

Example (Response)

Code Block
languagejs
titlegetFlagsResponse 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"

...

	}
}