Integrations
Status
Instances
Settings
Webhooks
Send Messages
Chat Management
- POSTCheck if WhatsApp
- PUTMark Message as Read
- PUTMark Chat as Unread
- PUTArchive Chat
- DELDelete Message for Everyone
- POSTSend Presence
- POSTFetch Profile Picture URL
- POSTFind Contacts
- POSTFind Chats
- POSTFind Messages
- POSTFind Status Message
- POSTFetch Base64 from Media Message
- PUTUpdate Message
- PUTUpdate Bot Status
Label Management
Profile Settings
Group Management
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Invite URL
- GETFind Group By Invite Code
- GETFind Group By JID
- GETFetch All Groups
- GETFind Participants
- PUTUpdate Group Participants
- PUTUpdate Group Settings
- PUTToggle Ephemeral Mode
- DELLeave Group
Settings
Get Settings
Buscar configuração do Webhook
GET
/
settings
/
find
/
{instance}
curl --request GET \
--url https://api.wappfy.com.br/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
Seu cabeçalho da chave de autorização.
Path Parameters
ID da instância.
Response
200 - application/json
Ok
The response is of type object
.
curl --request GET \
--url https://api.wappfy.com.br/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
}