curl --request GET \
--url https://converso-whatsapp-api.p.rapidapi.com/settings/find/{instance} \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <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://converso-whatsapp-api.p.rapidapi.com/settings/find/{instance} \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <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
Your rapid api key
Name of the instance to get settings
Ok
Indicates whether to reject incoming calls.
Indicates whether to ignore group messages.
Indicates whether to always keep the instance online.
Indicates whether to mark messages as read.
Indicates whether to read status updates.
Indicates whether to synchronize full message history.