Skip to main content
GET
/
fraud
/
velocity
/
rules
List velocity rules
curl --request GET \
  --url https://api.txcloud.io/v1/fraud/velocity/rules \
  --header 'Authorization: Bearer <token>'
{
  "object": "<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

Velocity rules

object
string
data
object[]