Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Query Parameters
(Required) UID
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/notifications/v1/preferences/mute \
  --header 'apikey: <api-key>'{
  "data": {
    "mutedConversations": []
  }
}List the conversations where notifications have been muted on behalf of the user.
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/notifications/v1/preferences/mute \
  --header 'apikey: <api-key>'{
  "data": {
    "mutedConversations": []
  }
}API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
(Required) UID
Was this page helpful?