Skip to main content
POST
Submit a Report
Submit a report for a Comment or Entity. Reports are tracked per user to avoid duplicate submissions.

Body Parameters

targetId
string
required
ID of the target being reported (comment or entity)
targetType
string
required
Type of target being reported. Must be either Comment or Entity
reason
string
required
Reason for the report (e.g., “Spam”, “Harassment”, “Inappropriate content”)
details
string
Optional additional information about the report

Response

message
string
Success message describing the result
code
string
Response code (e.g., “report/created”, “report/already-reported”, “report/updated”)

Success Responses

Error Responses


Notes

  • Requires authentication
  • Only Comment and Entity are valid targetType values
  • Multiple users can report the same target, but each user is recorded only once
  • Submitting a second report for the same target updates the reporter list
  • Reports are reviewed by moderators through the Replyke dashboard
  • Rate limiting: 20 requests per 5 minutes