Skip to main content
GET
/
instance
/
connectionState
/
{instance}
Connection State
curl --request GET \
  --url https://api.botifiy.com/instance/connectionState/{instance} \
  --header 'apikey: <api-key>'
{
  "instance": {
    "instanceName": "<string>",
    "state": "<string>"
  }
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance to get status connect

Response

Ok

instance
object