GET
/
instance
/
connectionState
/
{instance}
curl --request GET \
  --url https://api.l2msg.com/whatsapp/instance/connectionState/{instance} \
  --header 'apikey: <api-key>'
{
  "instance": {
    "instanceName": "teste-docs",
    "state": "open"
  }
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance to get status connect

Response

200
application/json
Ok
instance
object