cURL
curl --request GET \ --url https://backend.blox.report/v1/reports/{id} \ --header 'Authorization: <api-key>'
{ "success": true, "page": 123, "limit": 123, "count": 123, "reports": [ { "repid": "<string>", "reportTimeStamp": 123, "avurl": "<string>", "displayname": "<string>", "username": "<string>", "reason": "<string>", "evidence": [ "<string>" ], "banned": true } ] }
Requires permissions: reports.view_reports
API key and secret as key:secret in Authorization header.
key:secret
The Roblox user ID of the reported user (not the report ID). Reports returned are for this user.
List of reports for the given user
Show child attributes