{"reported_chat_id":"68ef508a66e64d597912aacf","reported_user_id":"68ef4233459138e253ffa732","reason":"Harassment and abusive language","additional_comments":"The user sent multiple offensive messages in the chat thread."}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://dev.outbackmarketplace.com/api/v1/message-mgt/report-chat' \
--header'Authorization: bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"reported_chat_id": "68ef508a66e64d597912aacf",
"reported_user_id": "68ef4233459138e253ffa732",
"reason": "Harassment and abusive language",
"additional_comments": "The user sent multiple offensive messages in the chat thread."
}'
Responses
🟢200Success
application/json
Body
Example
{"success":true,"message":"Chat report submitted successfully","data":{"reporter_user_id":"6879068ae23b940e8729860b","reported_user_id":"68ef4233459138e253ffa732","chat_id":"68ef508a66e64d597912aacf","reason":"Harassment and abusive language","additional_comments":"The user sent multiple offensive messages in the chat thread.","_id":"68ef529b6eca4f4e8dbca757","createdAt":"2025-10-15T07:51:55.514Z","updatedAt":"2025-10-15T07:51:55.514Z","__v":0}}