v1
latestOpenAPI 3.1.02026-07-24334970.2 KBfeedback
Provide feedback about Account Protect recommendations for a specific event, account, or user.
Account Protect accepts feedbacks about its recommendations for a specific event, account, or user. All submitted feedbacks contribute to refining and improving the detection algorithms for enhanced security performance.
Feedback submission is recommended when:
- You take the decision to block a user on your side
- You take the decision to allow a user on your side after Account Protect recommended to deny it
These decisions can originate from various sources, from a manual decision done by an analyst to an automated system (rule engine, report from other users, rate limit...).
post/v1/feedback
Request body
Example request
{
"decision": "deny",
"decisionTime": 1724934299672,
"decisionReason": "This user was reported for spamming the website",
"origin": "automatedRule",
"originId": "Automated spam report Job#5629",
"eventId": "0192326e-495d-7dca-b946-6ad7684b0af1"
}Response
The feedback has been taken into account
Example response
{
"feedbackId": "019232bb-5e83-7290-9b39-7cda860e7983"
}