Keywords
Set Keyword Muted
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
keywordIdstring
Length
1 <= lengthmutedboolean
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://api.mentio.dev/v1/keywords/kw_abc123" \ -H "Content-Type: application/json" \ -d '{ "muted": true }'{
"id": "string",
"muted": true
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}