Trillet AI logo

Get WhatsApp Connection Status

Check the current connection status of your Meta WhatsApp Business integration.

GEThttps://api.trillet.ai/v1/api/meta-whatsapp/status

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Response Fields

connectedboolean

Whether the WhatsApp Business Account is connected.

wabaIdstring

The WhatsApp Business Account ID (if connected).

wabaNamestring

The WhatsApp Business Account name (if connected).

businessNamestring

The Meta Business name (if connected).

{
  "connected": true,
  "wabaId": "123456789",
  "wabaName": "My Business WhatsApp",
  "businessName": "My Company Inc."
}
Get WhatsApp Connection Status — Trillet AI