Chats v2
Report a message (v2)
post/v2/chats/messages/report
Request body
Example request
{
"messageId": "3ae9f1c1-1658-4689-b8a2-a2afb998d2ae",
"reasonId": "inappropriate_content",
"additionalDetails": "This message contains inappropriate content that violates community guidelines"
}Response
Message reported successfully
Example response
{
"success": true,
"message": "Message reported successfully",
"reportId": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.