Skip to main content
GET
/
fraud
/
analytics
/
summary
Get fraud summary
curl --request GET \
  --url https://api.txcloud.io/v1/fraud/analytics/summary \
  --header 'Authorization: Bearer <token>'
{
  "period": "<string>",
  "total_verifications": 123,
  "fraud_signals": 123,
  "fraud_rate": 123,
  "by_type": {},
  "by_severity": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

period
enum<string>
Available options:
today,
7d,
30d,
90d

Response

200 - application/json

Fraud summary

period
string
total_verifications
integer
fraud_signals
integer
fraud_rate
number
by_type
object
by_severity
object