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
}
Buscar configuração do Webhook
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
}
Seu cabeçalho da chave de autorização.
ID da instância.
Ok
The response is of type object
.