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

9da73dd2f99e

contacts

Add phone number(s) to a contact

Adds one or more phone numbers to the specified contact. Phone numbers must be in international (E.164) format.

Permission: Contacts Write required.

Monitoring: No impact.

post/contacts/{contactId}/numbers

Path parameters

contactIdinteger required
Example:123456

The identifier of the contact

Request body

numberinteger

Phone number (E.164 format)

type'home' | 'office' | 'mobile' | 'fax' | 'other'

Example request

[
  {
    "number": 33184800000,
    "type": "mobile"
  }
]

Response

Phone number(s) successfully added to the contact.