v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
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"
  }
}