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: ["example1@box.com","example2@gmail.com"]List of emails.
{
  "type": "email",
  "email_addresses": [
    "example1@box.com",
    "example2@gmail.com"
  ]
}