curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/websocket/set/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"websocket": {
"enabled": true,
"events": [
"APPLICATION_STARTUP"
]
}
}
'This response has no body data.Set Websocket
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/websocket/set/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"websocket": {
"enabled": true,
"events": [
"APPLICATION_STARTUP"
]
}
}
'This response has no body data.