latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

contacts

Update a contact's phone number

Replaces a specific phone number on a contact. The number in the URL path is the existing number to replace; the new number is provided in the JSON request body. Phone numbers must be in E.164 format.

Permission: Contacts Write required.

Monitoring: No impact.

put/contacts/{contactId}/numbers/{number}

Path parameters

contactIdinteger required
Example:123456

The identifier of the contact

numberinteger required
Example:33612345678

Request body

numberinteger
typestring

Example request

{
  "number": 33184800000,
  "type": "PHONE"
}

Response

Phone number successfully updated.