Update a contact

Authentication

AuthorizationBearer

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

Path parameters

contact_idstringRequired
The contact's ID.

Request

This endpoint expects an object.
namestringOptional
The contact's name.
phone_numberstringOptional
The contact's phone number.
emailstringOptional
The contact's email.
contact_metadataobjectOptional

Response

200
statusstring or null