curl --request GET \
--url https://{appid}.api-{region}.cometchat.io/v3/moderation/keywords/{keywordId} \
--header 'apikey: <api-key>'
{
"data": {
"id": "profanity-list",
"name": "Profane Words",
"category": "word",
"isCSV": false,
"searchTerms": [
"fuck",
"nigger",
"fuck",
"nigger",
"wanker",
"cunt",
"damn",
"shit",
"fag",
"shithead",
"jizz",
"hellbitch",
"retard",
"cocksucker",
"cock",
"kill",
"cunt",
"kike",
"twat",
"bastard",
"death",
"asshole",
"wop",
"scumbag",
"penis",
"murder",
"dick",
"gook",
"vagina",
"rape",
"bastard",
"spic",
"spunk",
"beat"
],
"createdAt": 1718354412,
"updatedAt": 1718354412,
"revisionId": "253157108b5294c4_profanity-list_1",
"active": true,
"default": true
}
}
Retrieve details of a specific keyword list by its ID.
curl --request GET \
--url https://{appid}.api-{region}.cometchat.io/v3/moderation/keywords/{keywordId} \
--header 'apikey: <api-key>'
{
"data": {
"id": "profanity-list",
"name": "Profane Words",
"category": "word",
"isCSV": false,
"searchTerms": [
"fuck",
"nigger",
"fuck",
"nigger",
"wanker",
"cunt",
"damn",
"shit",
"fag",
"shithead",
"jizz",
"hellbitch",
"retard",
"cocksucker",
"cock",
"kill",
"cunt",
"kike",
"twat",
"bastard",
"death",
"asshole",
"wop",
"scumbag",
"penis",
"murder",
"dick",
"gook",
"vagina",
"rape",
"bastard",
"spic",
"spunk",
"beat"
],
"createdAt": 1718354412,
"updatedAt": 1718354412,
"revisionId": "253157108b5294c4_profanity-list_1",
"active": true,
"default": true
}
}
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Keyword ID
Get Keyword
The response is of type object
.
Was this page helpful?