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

idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
phone_numberstringRequiredformat: "^\+[0-9]{10}$"

The contact’s phone number in E.164 format.

emailstringOptionalformat: "email"

The contact’s email address.

first_namestringOptional

The contact’s first name.

last_namestringOptional

The contact’s last name.

metadatamap from strings to anyOptional

Additional metadata about the contact.

Response

Contact

emailstringOptionalformat: "email"

The contact’s email address.

first_namestringOptional

The contact’s first name.

idstringOptional

Unique identifier for the object.

last_namestringOptional

The contact’s last name.

metadatamap from strings to anyOptional

Additional metadata about the contact.

phone_numberstringOptionalformat: "^\+[0-9]{10}$"

The contact’s phone number in E.164 format.