cURL
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" } } }
Retrieve current connection state of the WhatsApp instance
Organization-specific API key for Evolution API access
WhatsApp instance identifier
Connection state retrieved successfully
200
false
Show child attributes
"FlowMod"
Current connection state
open
connecting
close
"open"