Get WhatsApp Connection Status
Check the current connection status of your Meta WhatsApp Business integration.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Response Fields
connectedbooleanWhether the WhatsApp Business Account is connected.
wabaIdstringThe WhatsApp Business Account ID (if connected).
wabaNamestringThe WhatsApp Business Account name (if connected).
businessNamestringThe Meta Business name (if connected).
{
"connected": true,
"wabaId": "123456789",
"wabaName": "My Business WhatsApp",
"businessName": "My Company Inc."
}