Settings
Find Settings
Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- PUTUpdate Group Members
- PUTUpdate Group Setting
- PUTToggle Ephemeral
- DELLeave Group
Chatwoot
RabbitMQ
WebSocket
Settings
Find Settings
Fetch Webhook configuration
GET
/
settings
/
find
/
{instance}
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
}
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Response
200 - application/json
Ok
The response is of type object
.
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
}