WhatsApp Use
Whatsapp

Get WhatsApp connection status

GET
/v1/whatsapp/status

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Header Parameters

X-WhatsApp-Use-Connection-Id?string

Required when the API key can access multiple WhatsApp connections.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/whatsapp/status"
{  "paired": true,  "connected": true,  "jid": "string",  "last_connected_at": "string",  "connector_ready": true,  "connector_error": "string"}
{  "error": "string"}