Path Parameters
AppID in which the extension has to be enabled/disabled
Response
200 - application/json
Get Email Replies Settings
curl --request GET \
  --url https://apimgmt.cometchat.io/apps/{appId}/extensions/email-replies/v1/settings \
  --header 'key: <key>' \
  --header 'secret: <secret>'{
  "data": {
    "statusCode": 200,
    "success": true,
    "responseTime": 1.8547508716583252,
    "body": {
      "data": {
        "settings": {
          "senderEmailForReplies": "mymail@example.com",
          "sendEmailReplies": true,
          "appId": 19244939392
        }
      }
    }
  }
}Email replies : Get settings for Email replies extension.
curl --request GET \
  --url https://apimgmt.cometchat.io/apps/{appId}/extensions/email-replies/v1/settings \
  --header 'key: <key>' \
  --header 'secret: <secret>'{
  "data": {
    "statusCode": 200,
    "success": true,
    "responseTime": 1.8547508716583252,
    "body": {
      "data": {
        "settings": {
          "senderEmailForReplies": "mymail@example.com",
          "sendEmailReplies": true,
          "appId": 19244939392
        }
      }
    }
  }
}AppID in which the extension has to be enabled/disabled
Get Email Replies Settings
Show child attributes
Was this page helpful?