v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB

Update phone number

Update a phone number's name or sender assignment.

patch/v1/phone-numbers/{phoneNumberId}

Path parameters

phoneNumberIdstring required

Request body

namestring nullable

Custom name for the phone number. Set to null to clear.

senderIdstring nullable

Sender ID to assign the phone number to. Set to null to unassign.

Response

Phone number updated.

Example response

{
  "phoneNumber": {
    "phoneNumber": "+15551234567",
    "capabilities": [
      "sms",
      "voice"
    ]
  }
}