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

# Get phone number business profile

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

Returns the business profile displayed for the specified WhatsApp phone number.

## Path parameters

- `phone_number` string, required

## Response `200`

Successful response with Whatsapp profile

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

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
