GET
/
settings
/
find
/
{instance}
curl --request GET \
  --url https://{server-url}/settings/find/{instance} \
  --header 'apikey: <api-key>'
{
  "settings": {
    "instanceName": "teste-docs",
    "settings": {
      "rejectCall": true,
      "msgCall": "This number doesn't accept calls",
      "groupsIgnore": true,
      "alwaysOnline": true,
      "readMessages": true,
      "syncFullHistory": false,
      "readStatus": true
    }
  }
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Response

200 - application/json
Ok
settings
object