curl --request POST \
--url https://api.zapthinker.com/settings/set/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"rejectCall": true,
"msgCall": "<string>",
"groupsIgnore": true,
"alwaysOnline": true,
"readMessages": true,
"readStatus": true,
"syncFullHistory": true
}
'{
"settings": {
"instanceName": "teste-docs",
"settings": {
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
}
}Set settings
curl --request POST \
--url https://api.zapthinker.com/settings/set/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"rejectCall": true,
"msgCall": "<string>",
"groupsIgnore": true,
"alwaysOnline": true,
"readMessages": true,
"readStatus": true,
"syncFullHistory": true
}
'{
"settings": {
"instanceName": "teste-docs",
"settings": {
"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.
Your authorization key header
Name of the instance
Reject calls automatically
Message to be sent when a call is rejected automatically
Ignore group messages
Always show WhatsApp online
Send read receipts
See message status
Syncronize full WhatsApp history with ZapThinker
Created
Show child attributes