---
title: "Get Whatsapp Phones"
method: GET
path: "/v1/integrations/whatsapp/profile/{profile_id}/phones"
tags: ["Integrations", "WhatsApp"]
---

# Get Whatsapp Phones

`GET /v1/integrations/whatsapp/profile/{profile_id}/phones`

## Path parameters

- `profile_id` string, uuid, required

## Response `200`

Successful Response

- WhatsappPhoneResponse[]
  - `PhoneID` string, required
  - `PhoneNumber` string, required
  - `Status` string, required
  - `IsPersonalPhoneNumber` boolean, nullable
  - `InboundMessageUrl` string, nullable
  - `TestingError` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/3274aa9b0e51/schema)
