Skip to main content
GET
/
api
/
v1
/
whatsapp
/
wabas
List WhatsApp Business Accounts linked to this tenant
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/whatsapp/wabas \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "waba_id": "123456789012345",
      "business_name": "<string>",
      "phone_numbers": [
        "<string>"
      ],
      "has_access_token": true,
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Response

200 - application/json

List of WABAs linked to this tenant.

success
boolean
Example:

true

message
string
data
object[]