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
Example request
[
{
"number": 33184800000,
"type": "mobile"
}
]Response
Phone number(s) successfully added to the contact.