POST

https://{server-url}

/
instance
/
setPresence
/
{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.

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
presence
enum<string>
required
Available options:
available,
unavailable