Skip to main content
API version 2025.0 Representation of content of a Shield List that contains email addresses data.
type
string
example: emailThe type of content in the shield list.Value is always email
email_addresses
stringarray
example: ["[email protected]","[email protected]"]List of emails.
{
  "type": "email",
  "email_addresses": [
    "[email protected]",
    "[email protected]"
  ]
}