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.

Changes

No recorded changes to this endpoint across all 3 revisions of this API.