Skip to main content
GET
/
fraud
/
analytics
/
trends
Get fraud trends
curl --request GET \
  --url https://api.txcloud.io/v1/fraud/analytics/trends \
  --header 'Authorization: Bearer <token>'
{
  "period": "<string>",
  "granularity": "<string>",
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Fraud trends

period
string
granularity
string
data
object[]