curl --request GET \
--url https://{server-url}/settings/find/{instance} \
--header 'apikey: <api-key>'
{
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
curl --request GET \
--url https://{server-url}/settings/find/{instance} \
--header 'apikey: <api-key>'
{
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
Your authorization key header
Name of the instance to get settings
Ok
The response is of type object
.