Fraud History
Endpoint to read a customer's fraud history
Retrieve fraud history
Path Parameters
Field
Type
Description
Headers
Name
Type
Description
Response
{
"active": {
"date": 1724152019860,
"score": 0.9
},
"history": [
{
"date": 1724152019860,
"score": 0.9
}
]
}Last updated