curl --request POST \
--url https://{server-url}/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://{server-url}/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
ID of the instance to connect