v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
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

reasonstring

Optional reason for the report (max 500 chars).

Response

The message was reported (or was already reported).

successtrue required
reportIdstring required

Report ID (existing one if already reported).

alreadyReportedboolean required

True if the owner had already reported this message.

timestampstring required

Response generation time (ISO 8601).

All 291 operations