Report
Report posts or comments using the following endpoint.
POST https://api.scored.co/api/v2/action/report
Parameters
| Value | Type | Required | Description |
|---|---|---|---|
| target | string | true | ID of target content |
| post | boolean | true | True (post) or false (comment) |
| reason | string | true | Valid report option¹ or "other" |
| customReason | string | false | Custom report reason (only when reason is "other") |
¹ Platform-wide report options are spam, platformMisuse, csam, illegalContent. Communities may have additional options.
When reporting a post, set post to true. When reporting a comment, set post to false.