Skip to content

Commit cd6b3af

Browse files
committed
Add new domain outputs to email example object
1 parent 032a561 commit cd6b3af

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,15 @@ associated with the IP address passed in the request.
833833
```json
834834
{
835835
"domain": {
836-
"first_seen": "2015-01-20"
836+
"classification": "business",
837+
"first_seen": "2015-01-20",
838+
"risk": 1.23,
839+
"visit": {
840+
"has_redirect": true,
841+
"last_visited_on": "2025-11-15",
842+
"status": "live"
843+
},
844+
"volume": 6.5
837845
},
838846
"first_seen": "2016-02-03",
839847
"is_disposable": false,

0 commit comments

Comments
 (0)