---
title: "Update phone number"
method: PATCH
path: "/whatsapp/phone_numbers/{phone_number_id}"
tags: ["Phone Numbers"]
---

# Update phone number

`PATCH /whatsapp/phone_numbers/{phone_number_id}`

## Request body

- WhatsappPhoneNumberUpdateRequest
  - `whatsapp_phone_number` object, required
    - `name` string
    - `kind` 'production' | 'sandbox'
    - `phone_number_id` string — Required when switching to production
    - `business_account_id` string
    - `access_token` string
    - `webhook_verify_token` string, nullable
    - `webhook_destination_url` string, uri, nullable
    - `inbound_processing_enabled` boolean
    - `calls_enabled` boolean

## Response `200`

Phone number updated

- WhatsappPhoneNumberResponse
  - `data` WhatsappPhoneNumber, required
    - `id` string, required — Meta phone number ID
    - `internal_id` string, uuid, required — Kapso configuration ID
    - `phone_number_id` string, required — Meta phone number ID
    - `name` string, required — Label for this number
    - `business_account_id` string, nullable — WhatsApp Business Account ID
    - `is_coexistence` boolean, nullable — Using with WhatsApp Business App
    - `inbound_processing_enabled` boolean — Process incoming messages
    - `calls_enabled` boolean — Handle voice calls
    - `webhook_verified_at` string, date-time, nullable — When Meta confirmed webhook
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `customer_id` string, uuid, nullable
    - `display_name` string, nullable — Customer-facing display name
    - `display_phone_number` string, nullable — Formatted number from Meta
    - `display_phone_number_normalized` string, nullable — Digits only
    - `verified_name` string, nullable — Meta-verified business name
    - `quality_rating` string, nullable — GREEN, YELLOW, or RED
    - `code_verification_status` string, nullable
    - `name_status` string, nullable — Display name review status
    - `status` string, nullable — Connection status (e.g., CONNECTED)
    - `throughput_tier` string, nullable — Message rate limit tier
    - `whatsapp_business_manager_messaging_limit` union
      - integer
      - string
    - `is_official_business_account` boolean, nullable — Green checkmark verified
    - `is_pin_enabled` boolean, nullable — Two-factor PIN enabled

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — Request validation failed

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
