PATCH
Update Contact
Updates one or more fields on an existing contact.
PATCH
https://api.vantaxai.com/v1/contacts/{contact_id}Only include the fields you want to change. Supplying `tags` replaces the contact's full tag set rather than appending to it.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Path Parameters
contact_idstringrequiredThe contact to update.
example: ct_9b21d3
Body Parameters
first_namestringoptionalNew first name.
last_namestringoptionalNew last name.
emailstringoptionalNew email address.
phonestringoptionalNew phone number in E.164 format.
statusstringoptionalUpdate the contact's status.
activedeactivatedaddressstringoptionalUpdate the address.
lead_sourcestringoptionalUpdate the lead source.
tagsstring[]optionalReplace the contact's tag set.