curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/chat \
--header 'Authorization: Bearer <token>'
{
"enabled": true,
"mention": {
"isAllowMentionedChannelEnabled": true
},
"messagePreview": {
"enabled": false,
"isIncludeDeleted": false
},
"isAllowAdminViewConversationMessage": true,
"isAllowAdminManageConversationMessage": true,
"allowMemberToUpdateConversationChannel": false
}
Get chat network setting configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/chat \
--header 'Authorization: Bearer <token>'
{
"enabled": true,
"mention": {
"isAllowMentionedChannelEnabled": true
},
"messagePreview": {
"enabled": false,
"isIncludeDeleted": false
},
"isAllowAdminViewConversationMessage": true,
"isAllowAdminManageConversationMessage": true,
"allowMemberToUpdateConversationChannel": false
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Chat configuration
The response is of type object
.