Instance Controller
Connection State
Gets the state of the connection
get/instance/connectionState/{instance}
Path parameters
instancestring required
Name of the instance to get status connect
Response
Ok
Example response
{
"instance": {
"instanceName": "teste-docs",
"state": "open"
}
}