This entity describes an email data model.
Attributes | Description | Example |
---|---|---|
data.items[].emailstring | The email address. | [email protected] |
data.items[].sources[].last_seenstring | Timestamp when the email address was seen last time. | 2020-10-07T08:37:51.446087325Z |
data.items[].sources[].namestring | The place name where the email address was seen last time. | tbwz.huixex.com |
data.items[].sources[].typestring | The place type where the email address was seen last time. | site |
data.items[].updated_atstring | 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"
}