Match Chat
Report a chat message
Reports a chat message for staff moderation as the API key owner. The owner must be a participant of the message's chat room; a non-participant receives 403. System messages and the owner's own messages cannot be reported. Reporting the same message twice is idempotent (returns the existing report with alreadyReported: true). Requires the chat.write scope and the writes feature. Supports the Idempotency-Key header.
post/chat/messages/{messageId}/report
Path parameters
messageIdstring required
ID of the chat message to report.
ID of the chat message to report.
Request body
Response
The message was reported (or was already reported).