Skip to main content
GET
/
whatsapp
/
instances
/
{instanceId}
/
status
Consultar status da instância
curl --request GET \
  --url http://localhost:3000/whatsapp/instances/{instanceId}/status \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

instanceId
string<uuid>
required

Response

200 - application/json

The response is of type object.