curl --request GET \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/human-moderation/v1/settings \
--header 'key: <key>' \
--header 'secret: <secret>'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 3.061743974685669,
"body": {
"data": {
"settings": {
"allUserMessages": false,
"allGroupMessages": false,
"senders": [
"cometchat-uid-1",
"cometchat-uid-2"
],
"receiverGroups": [
"cometchat-guid-1"
],
"receiverUsers": [
"cometchat-uid-3"
],
"allMessages": false,
"appId": "134234d234rf33"
}
}
}
}
}In-flight message moderation : Get settings for In-flight message moderation extension.
curl --request GET \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/human-moderation/v1/settings \
--header 'key: <key>' \
--header 'secret: <secret>'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 3.061743974685669,
"body": {
"data": {
"settings": {
"allUserMessages": false,
"allGroupMessages": false,
"senders": [
"cometchat-uid-1",
"cometchat-uid-2"
],
"receiverGroups": [
"cometchat-guid-1"
],
"receiverUsers": [
"cometchat-uid-3"
],
"allMessages": false,
"appId": "134234d234rf33"
}
}
}
}
}For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?