cURL
curl --request GET \ --url https://api.zapkey.io/instance/connectionState/{instance} \ --header 'apikey: <api-key>'
{ "instance": { "instanceName": "teste-docs", "state": "open" } }
Gets the state of the connection
Your authorization key header
ID of the instance to connect
Ok
Show child attributes