---
title: "Initialize Whatsapp phone number verification"
method: POST
path: "/v2/whatsapp/business_accounts/{id}/phone_numbers"
tags: ["Whatsapp Phone Numbers"]
---

# Initialize Whatsapp phone number verification

`POST /v2/whatsapp/business_accounts/{id}/phone_numbers`

Starts verification of a phone number for the specified WhatsApp Business Account using the requested verification method.

## Path parameters

- `id` string, required

## Request body

- WhatsappPhoneNumberVerificationRequest
  - `display_name` string, required
  - `language` string
  - `phone_number` string, required
  - `verification_method` 'sms' | 'voice'

## Response `204`

Verification initiated

## 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/1571b0380bd7/schema)
