This entity describes an email data model.

AttributesDescriptionExample
data.items[].email
string
The email address.[email protected]
data.items[].sources[].last_seen
string
Timestamp when the email address was seen last time.2020-10-07T08:37:51.446087325Z
data.items[].sources[].name
string
The place name where the email address was seen last time.tbwz.huixex.com
data.items[].sources[].type
string
The place type where the email address was seen last time.site
data.items[].updated_at
string
Timestamp when the data about the email address was updated last time.2020-10-21T12:35:19.976390199Z
{
  "email": "string",
  "sources": [
    {
      "last_seen": "2021-05-18T11:47:35.919Z",
      "target": "string",
      "type": "string"
    }
  ],
  "updated_at": "2021-05-18T11:47:35.919Z"
}