Skip to main content
GET
/
settings
/
find
/
{instance}
Find Settings
curl --request GET \
  --url https://api.zapthinker.com/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
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance to get settings

Response

200 - application/json

Ok

reject_call
boolean

Indicates whether to reject incoming calls.

groups_ignore
boolean

Indicates whether to ignore group messages.

always_online
boolean

Indicates whether to always keep the instance online.

read_messages
boolean

Indicates whether to mark messages as read.

read_status
boolean

Indicates whether to read status updates.

sync_full_history
boolean

Indicates whether to synchronize full message history.