Skip to main content
GET
/
instances
/
{id}
/
status
Verificar Status
curl --request GET \
  --url https://api.wapizap.com/api/v2/instances/{id}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "connected",
  "phone": "<string>",
  "lastConnection": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Status da instância

status
enum<string>
Available options:
connected,
disconnected,
connecting,
error
phone
string | null
lastConnection
string<date-time> | null