POST

https://{server-url}

/
typebot
/
changeStatus
/
{instance}
curl --request POST \
  --url https://{server-url}/typebot/changeStatus/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "remoteJid": "<string>",
  "status": "opened"
}'

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
remoteJid
string

Receiver remote JID

status
enum<string>

New typebot status

Available options:
opened,
closed,
paused