---
title: "List Whatsapp Accounts"
method: GET
path: "/v1/convai/whatsapp-accounts"
tags: ["Agents Platform"]
---

# List Whatsapp Accounts

`GET /v1/convai/whatsapp-accounts`

List all WhatsApp accounts

## Query parameters

- `agent_id` string, nullable — Filter by assigned agent ID

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- ListWhatsAppAccountsResponse
  - `items` GetWhatsAppAccountResponse[], required
    - `business_account_id` string, required
    - `phone_number_id` string, required
    - `business_account_name` string, required
    - `phone_number_name` string, required
    - `phone_number` string, required
    - `assigned_agent_id` string, nullable
    - `enable_messaging` boolean
    - `enable_audio_message_response` boolean
    - `enable_typing_indicator` boolean
    - `assigned_agent_name` string, nullable, required
    - `is_token_expired` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/57d56f34628a/schema)
