Run in Apidog
To receive this type of notification, you must enable the "stateWebhook" setting: "yes" in your personal account or using the SetSettings method Request Body Params application/json
{
"typeWebhook" : "stateInstanceChanged" ,
"instanceData" : {
"idInstance" : 1101000001 ,
"wid" : "71231234567@c.us" ,
"typeInstance" : "whatsapp"
} ,
"timestamp" : 1705902314 ,
"stateInstance" : "authorized"
}
Request samples curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "stateInstanceChanged",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705902314,
"stateInstance": "authorized"
}'
Responses application/json Generate Code
Modified at 2025-07-08 14:43:36