Check velocity limits
curl --request POST \
--url https://api.txcloud.io/v1/fraud/velocity/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "<string>",
"user_id": "<string>",
"ip_address": "<string>",
"device_id": "<string>",
"window": "<string>"
}
'{
"id": "<string>",
"allowed": true,
"reason": "<string>",
"counts": {},
"triggered_rules": [
{}
],
"retry_after": 123
}Velocity
Check velocity limits
POST
/
fraud
/
velocity
/
check
Check velocity limits
curl --request POST \
--url https://api.txcloud.io/v1/fraud/velocity/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "<string>",
"user_id": "<string>",
"ip_address": "<string>",
"device_id": "<string>",
"window": "<string>"
}
'{
"id": "<string>",
"allowed": true,
"reason": "<string>",
"counts": {},
"triggered_rules": [
{}
],
"retry_after": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
⌘I