The report feature allows you to build your own in-app system for reporting and removing objectionable content. You can use this feature with the filter and moderation feature to control or prohibit offensive and abusive messages, users, or channels.
API endpoints are relative to the base URL allocated to your application. In this page, the /report endpoint refers to https://api-{application_id}.sendbird.com/v3/report.
Note: If you want to know the ID and base URL of your application, sign in to the Sendbird dashboard, go to the Settings > Application > General, and then check the Application ID, API request URL.
GET/report/{channel_type}/{channel_url}/messages/{message_id} Retrieves a list of reports on a message which contains suspicious, harassing, or inappropriate content.
GET/report/{channel_type}/{channel_url}/profanity_messages/{message_id} Retrieves information on a message that has been moderated by the profanity filter.