Skip to main content
GET
/
instance
/
connectionState
/
{instanceName}
Get Connection State
curl --request GET \
  --url https://api.flowmod.ai/instance/connectionState/{instanceName} \
  --header 'apikey: <api-key>'
{
  "status": 200,
  "error": false,
  "response": {
    "instance": {
      "instanceName": "FlowMod",
      "state": "open"
    }
  }
}

Authorizations

apikey
string
header
required

Organization-specific API key for Evolution API access

Path Parameters

instanceName
string
required

WhatsApp instance identifier

Response

200 - application/json

Connection state retrieved successfully

status
number
Example:

200

error
boolean
Example:

false

response
object