---
title: "Get phone number business profile"
method: GET
path: "/whatsapp/phone_numbers/{phone_number}/profile"
tags: ["Whatsapp Phone Numbers"]
---

# Get phone number business profile

`GET /whatsapp/phone_numbers/{phone_number}/profile`

Retrieve the WhatsApp business profile associated with a phone number.

## Path parameters

- `phone_number` string, required

## Response `200`

Successful response with Whatsapp profile

- object
  - `data` WhatsappProfileData
    - `id` string
    - `record_type` string
    - `phone_number_id` string — Whatsapp phone number ID
    - `display_name` string
    - `profile_photo_url` string
    - `category` string
    - `about` string
    - `description` string
    - `email` string
    - `website` string
    - `address` string
    - `profile_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `4XX` — Unexpected error

## Changes

> 72 revisions in range; 1 not diffed.

- **2026-08-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/whatsapp/phone_numbers/:phone_number/profile/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/e0de72cf4744?raw)
