GET
/
apps
/
{appId}
/
settings
List settings
curl --request GET \
  --url https://apimgmt.cometchat.io/apps/{appId}/settings \
  --header 'key: <key>' \
  --header 'secret: <secret>'
{
  "data": {
    "core.conversations.updateOnGroupActions": true,
    "core.conversations.updateOnReplies": true,
    "core.threads.updateOnMessageActions": false,
    "core.conversations.updateOnCallActivity": true,
    "core.conversations.updateOnMessageActions": true,
    "core.conversations.updateOnCustomMessage": true,
    "core.notifications.push.accessible": true,
    "core.notifications.push.enabled": true,
    "core.notifications.push.advanced.enabled": true,
    "core.notifications.push.advanced.included": [
      "preferences",
      "templates",
      "providers.multiple"
    ]
  }
}

Headers

key
string
required

Authorization Key

secret
string
required

Authorization Secret

Path Parameters

appId
string
required

AppID in which the extension has to be enabled/disabled

Response

200 - application/json

List Settings

The response is of type object.