POST
/
flowise
/
changeStatus
/
{instance}
curl --request POST \
  --url https://{server-url}/flowise/changeStatus/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "remoteJid": "5511912345678@s.whatsapp.net",
  "status": "closed"
}'
{
  "message": "Status alterado com sucesso"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Body

application/json

Corpo da requisição contendo o identificador remoto e o status a ser atualizado

The body is of type object.

Response

200
application/json

Status da instância Flowise atualizado com sucesso

The response is of type object.