Update contact
Update a contact.
Update a contact
PUT
https://{{account_id}}.acquire.io/api/v1/crm/objects/contact/{{contactId}}
Update data for a single customer. The contactId must be passed in to the endpoint as a path parameter.
Path Parameters
Name
Type
Description
contactId*
integer
ID of a contact.
Headers
Name
Type
Description
Authorization*
string
Bearer {{api_key}}
Request Body
Name
Type
Description
phone
string
Contact's phone
string
Contact's email
name
string
Contact's name
fields
object
field object
Body (raw)
Last updated