cURL
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.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
(Required) UID
A list of push notification's settings
The response is of type object.
object
Was this page helpful?