Report Message
Chat — Messages
Report Message
Submit a report on a chat message
POST
Report Message
Submits a report flagging a message for review. The caller must be a member of the conversation and cannot report their own messages. If a report for this message already exists, the caller’s report is added to it (incrementing the reporter count). If the caller already reported this message, a 200 is returned without creating a duplicate.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the conversation.
The ID of the message to report.
Body Parameters
The reason for the report (e.g.
"spam", "harassment", "inappropriate").Optional additional details about the report.
Response
Returns one of:201 Created— new report submitted:{ "message": "Report submitted.", "code": "report/created" }200 OK— added to existing report:{ "message": "Report updated.", "code": "report/updated" }200 OK— already reported by this user:{ "message": "Report already registered by this user.", "code": "report/already-reported" }
Error Responses
Forbidden — 403
Forbidden — 403
Not Found — 404
Not Found — 404
Self-Report — 400 Bad Request
Self-Report — 400 Bad Request

