curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/openai/changeStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"remoteJid": "<string>",
"status": "opened"
}
'{
"success": true,
"message": "<string>"
}Changes the status of the OpenAI bot instance.
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/openai/changeStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"remoteJid": "<string>",
"status": "opened"
}
'{
"success": true,
"message": "<string>"
}Your authorization key header
Your rapid api key
Name of the instance
Body for changing the status of the OpenAI bot