Developers
V1CommunityReports

Report managed content or a participant to the moderation queue

For user reports, targetId is the participantId shown in the member leaderboard, never an account ID.

POST
/v1/community/reports
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/community/reports" \  -H "Content-Type: application/json" \  -d '{    "targetType": "club",    "targetId": "cbca1126-180e-4334-9df8-cf82289d378b",    "reason": "spam"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "status": "received"}