Skip to main content
POST
/
fraud
/
velocity
/
rules
Create velocity rule
curl --request POST \
  --url https://api.txcloud.io/v1/fraud/velocity/rules \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "action": "<string>",
  "scope": "<string>",
  "limit": 123,
  "window": "<string>",
  "response": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
action
string
scope
string
limit
integer
window
string
response
string

Response

201

Rule created