curl --request POST \
--url https://api.l2msg.com/whatsapp/instance/setPresence/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"presence": "available"
}'
This response has no body data.
Deletes instance
curl --request POST \
--url https://api.l2msg.com/whatsapp/instance/setPresence/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"presence": "available"
}'
This response has no body data.
Your authorization key header
Name of the instance to connect