curl --request GET \
--url https://api.l2msg.com/whatsapp/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
}
Fetch Webhook configuration
curl --request GET \
--url https://api.l2msg.com/whatsapp/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
}
Your authorization key header
Name of the instance to get settings
Ok
The response is of type object
.