Returns the live connection status of an instance by querying the WAHA server directly.
cURL
curl --request GET \ --url https://api.wappfy.io/api/instances/{id}/status \ --header 'Authorization: Bearer <token>'
{ "status": "created", "instance_type": "waha" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Instance ID
Instance status
Current instance status
created
starting
scan_qr
connected
disconnected
failed
Instance type
waha
cloud_api
Was this page helpful?