Update a contact
Updates the specified contact by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Path parameters
id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
phone_number
The contact’s phone number in E.164 format.
email
The contact’s email address.
first_name
The contact’s first name.
last_name
The contact’s last name.
metadata
Additional metadata about the contact.
Response
Contact
email
The contact’s email address.
first_name
The contact’s first name.
id
Unique identifier for the object.
last_name
The contact’s last name.
metadata
Additional metadata about the contact.
phone_number
The contact’s phone number in E.164 format.