cURL
curl --request POST \ --url https://backend.blox.report/v1/reports/check \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "userId": "<string>", "reporterId": "<string>" } '
{ "success": true, "message": "<string>", "data": "<unknown>" }
Checks if a user can be reported based on the max reports per day, if the user is already banned, and if the reporter has already reported the user.
Requires permissions: reports.submit_report
API key and secret as key:secret in Authorization header.
key:secret
1
Success