Keywords

Set Keyword Muted

PATCH
/v1/keywords/{keywordId}
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Path Parameters

keywordIdstring
Length1 <= length
mutedboolean

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"
  }
}