---
title: "Get Whatsapp Account"
method: GET
path: "/v1/convai/whatsapp-accounts/{phone_number_id}"
tags: ["Agents Platform"]
---

# Get Whatsapp Account

`GET /v1/convai/whatsapp-accounts/{phone_number_id}`

Get a WhatsApp account

## Path parameters

- `phone_number_id` string, required

## 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

- GetWhatsAppAccountResponse
  - `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/7508b542a4bd/schema)
